1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 21:55:09 -05:00

Fix unit test directory

This commit is contained in:
Vincent Jousse 2013-11-23 00:15:55 +01:00
parent cee7dbc90a
commit eded146c74

View File

@ -27,7 +27,7 @@ class UnitTestsCommand extends BaseCommand
protected function execute(InputInterface $input, OutputInterface $output)
{
$atoum = $this->getProjectDirectory().'/vendor/bin/atoum';
$unitTests = $this->getProjectDirectory().'/tests';
$unitTests = $this->getProjectDirectory().'/tests/units/';
$bootstrapFile = $this->getProjectDirectory().'/tests/units/bootstrap.php';
$command = '%s -d %s -bf %s -ft';