Skip to content

Commit d10aa87

Browse files
committed
fix test to also check for --force
1 parent b586b79 commit d10aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Phpunit/DatabaseTestListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testPhpcrTestSuite()
3333
->method('getName')
3434
->will($this->returnValue('phpcr'));
3535

36-
$this->assertProcessExecuted(array('doctrine:phpcr:init:dbal', '--drop'));
36+
$this->assertProcessExecuted(array('doctrine:phpcr:init:dbal', '--drop', '--force'));
3737
$this->assertProcessExecuted(array('doctrine:phpcr:repository:init'));
3838

3939
ob_start();

0 commit comments

Comments
 (0)