Skip to content

Commit 9c52208

Browse files
author
David Alger
committed
Removed test code from unit test for issue 76
1 parent e66a96f commit 9c52208

File tree

1 file changed

+0
-7
lines changed
  • tests/MagentoHackathon/Composer/Magento/Deploystrategy

1 file changed

+0
-7
lines changed

tests/MagentoHackathon/Composer/Magento/Deploystrategy/CopyTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,9 @@ public function testCopyDirToDirOfSameName()
4242
$this->strategy->create($sourceRoot, $dest);
4343
$this->assertFileExists($testTarget);
4444

45-
// echo "\n\n -- 1st pass tree\n";
46-
// passthru("tree {$this->destDir}/$dest");
47-
4845
$this->strategy->setIsForced(true);
4946
$this->strategy->create($sourceRoot, $dest);
5047

51-
52-
// echo "\n\n -- 2nd pass tree\n";
53-
// passthru("tree {$this->destDir}/$dest");
54-
5548
$this->assertFileNotExists(dirname(dirname($testTarget)) . DS . basename($testTarget));
5649
}
5750
}

0 commit comments

Comments
 (0)