Browse Source

Fix mistake in merging changes from master.

Mark Story 8 years ago
parent
commit
0a6e73cbc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Shell/Task/AssetsTaskTest.php

+ 1 - 0
tests/TestCase/Shell/Task/AssetsTaskTest.php

@@ -229,6 +229,7 @@ class AssetsTaskTest extends TestCase
         $this->assertFileEquals($path . DS . 'root.js', $pluginPath . DS . 'root.js');
 
         $folder = new Folder($path);
+        $folder->delete();
     }
 
     /**