fix indention

This commit is contained in:
Bernhard Posselt 2015-01-29 20:10:29 +01:00
parent 983563d7d9
commit 84a47645b9
1 changed files with 6 additions and 7 deletions

View File

@ -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) {