mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
fix indention
This commit is contained in:
parent
983563d7d9
commit
84a47645b9
1 changed files with 6 additions and 7 deletions
|
|
@ -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…
Reference in a new issue