X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsrc%2Fpharext%2FGitSourceDirTest.php;h=ac04d4d9292df5c70327f31456399ad52ea0e2fc;hb=e990b6dabecbdaf98b8d8b2173b0d697f9b2b754;hp=5e6a989bbc8a9e82034327d522e989f332f41f2e;hpb=4acccbbedeb300e70cc06d9253e95bafeb7a2859;p=pharext%2Fpharext diff --git a/tests/src/pharext/GitSourceDirTest.php b/tests/src/pharext/GitSourceDirTest.php index 5e6a989..ac04d4d 100644 --- a/tests/src/pharext/GitSourceDirTest.php +++ b/tests/src/pharext/GitSourceDirTest.php @@ -25,7 +25,7 @@ class GitSourceDirTest extends \PHPUnit_Framework_TestCase protected $source; protected function setUp() { - $this->source = new SourceDir\Git(new Cmd, "."); + $this->source = new SourceDir\Git("."); } public function testGetBaseDir() {