We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66a96f commit 9c52208Copy full SHA for 9c52208
tests/MagentoHackathon/Composer/Magento/Deploystrategy/CopyTest.php
@@ -42,16 +42,9 @@ public function testCopyDirToDirOfSameName()
42
$this->strategy->create($sourceRoot, $dest);
43
$this->assertFileExists($testTarget);
44
45
- // echo "\n\n -- 1st pass tree\n";
46
- // passthru("tree {$this->destDir}/$dest");
47
-
48
$this->strategy->setIsForced(true);
49
50
51
52
- // echo "\n\n -- 2nd pass tree\n";
53
54
55
$this->assertFileNotExists(dirname(dirname($testTarget)) . DS . basename($testTarget));
56
}
57
0 commit comments