Skip to content

Commit ab41c64

Browse files
committed
Merge pull request #62 from xabbuh/psr4-update
fix a path related to the PSR-4 update
2 parents f92caa7 + ea10648 commit ab41c64

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
@@ -36,7 +36,7 @@ public function __construct($processBuilder = null)
3636
}
3737

3838
// Symfony 2.3 does not support array prefix, so we have to implement it ourselves
39-
$this->prefix = array($phpExecutable, __DIR__.'/../../../../../../bin/console');
39+
$this->prefix = array($phpExecutable, __DIR__.'/../../../../bin/console');
4040
} else {
4141
$this->processBuilder = $processBuilder;
4242
}

0 commit comments

Comments
 (0)