From 84a47645b9d6eef678be6a33eafff2e290e4a782 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 29 Jan 2015 20:10:29 +0100 Subject: [PATCH] fix indention --- tests/lib/appframework/db/mappertestutility.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/lib/appframework/db/mappertestutility.php b/tests/lib/appframework/db/mappertestutility.php index 2a2bb1ab500..0053b2c682d 100644 --- a/tests/lib/appframework/db/mappertestutility.php +++ b/tests/lib/appframework/db/mappertestutility.php @@ -88,15 +88,14 @@ abstract class MapperTestUtility extends \Test\TestCase { } return $result; - } + } )); if ($expectClose) { - $closing = $this->once(); - } else { - $closing = $this->any(); - } - $this->pdoResult->expects($closing) - ->method('closeCursor'); + $closing = $this->once(); + } else { + $closing = $this->any(); + } + $this->pdoResult->expects($closing)->method('closeCursor'); $index = 1; foreach($arguments as $argument) {