Browse Source

Uncomment tearDown block

shalvah 6 năm trước cách đây
mục cha
commit
b0d5174e36
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tests/GenerateDocumentationTest.php

+ 2 - 2
tests/GenerateDocumentationTest.php

@@ -21,7 +21,7 @@ class GenerateDocumentationTest extends TestCase
     {
         parent::setUp();
     }
-/*
+
     public function tearDown()
     {
         // delete the generated docs - compatible cross-platform
@@ -38,7 +38,7 @@ class GenerateDocumentationTest extends TestCase
             }
             rmdir($dir);
         }
-    }*/
+    }
 
     /**
      * @param \Illuminate\Foundation\Application $app