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:
parent
cee7dbc90a
commit
eded146c74
@ -27,7 +27,7 @@ class UnitTestsCommand extends BaseCommand
|
|||||||
protected function execute(InputInterface $input, OutputInterface $output)
|
protected function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
$atoum = $this->getProjectDirectory().'/vendor/bin/atoum';
|
$atoum = $this->getProjectDirectory().'/vendor/bin/atoum';
|
||||||
$unitTests = $this->getProjectDirectory().'/tests';
|
$unitTests = $this->getProjectDirectory().'/tests/units/';
|
||||||
$bootstrapFile = $this->getProjectDirectory().'/tests/units/bootstrap.php';
|
$bootstrapFile = $this->getProjectDirectory().'/tests/units/bootstrap.php';
|
||||||
$command = '%s -d %s -bf %s -ft';
|
$command = '%s -d %s -bf %s -ft';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user