fix indention

remotes/origin/log-external-deletes
Bernhard Posselt 10 years ago
parent 983563d7d9
commit 84a47645b9
  1. 13
      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) {

Loading…
Cancel
Save