Skip to content

Commit 593be42

Browse files
committed
Add --force to dbal init command
1 parent a246bd8 commit 593be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phpunit/DatabaseTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private function setUpPhpcrDatabase($suite)
111111
echo PHP_EOL.PHP_EOL;
112112

113113
$process = $this->processBuilder
114-
->setArguments(array_merge($this->prefix, array('doctrine:phpcr:init:dbal', '--drop')))
114+
->setArguments(array_merge($this->prefix, array('doctrine:phpcr:init:dbal', '--drop', '--force')))
115115
->getProcess();
116116
$process->run();
117117

0 commit comments

Comments
 (0)