X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fsrc%2Fpharext%2FCliCommandTest.php;h=3968289819ae888a5c38f0dff99a19241e06871a;hb=0aeb807d6435a6c7e6e865a238b5f79067291280;hp=7fd24487d2888318328fce30d3ca7d2649b4819f;hpb=e1c1b76f0a87c7573e30468763d47c0b97b11e8e;p=pharext%2Fpharext diff --git a/tests/src/pharext/CliCommandTest.php b/tests/src/pharext/CliCommandTest.php index 7fd2448..3968289 100644 --- a/tests/src/pharext/CliCommandTest.php +++ b/tests/src/pharext/CliCommandTest.php @@ -2,6 +2,11 @@ namespace pharext; +require __DIR__."/../../autoload.php"; + +use pharext\Cli\Args as CliArgs; +use pharext\Cli\Command as CliCommand; + class CliCommandTest extends \PHPUnit_Framework_TestCase { use CliCommand;