more refactoring; now the package hook starts to make sense
[pharext/pharext] / tests / src / pharext / GitSourceDirTest.php
index 5e6a989bbc8a9e82034327d522e989f332f41f2e..ac04d4d9292df5c70327f31456399ad52ea0e2fc 100644 (file)
@@ -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() {