Skip to content

Commit 6c97ac8

Browse files
committed
Merge pull request #63 from xabbuh/psr4-final-path-fix
final path fix
2 parents ab41c64 + cedba57 commit 6c97ac8

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)