fix tests
[pharext/pharext] / tests / src / pharext / CliCommandTest.php
index 7fd24487d2888318328fce30d3ca7d2649b4819f..3968289819ae888a5c38f0dff99a19241e06871a 100644 (file)
@@ -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;