Selaa lähdekoodia

Uncomment tearDown block

shalvah 6 vuotta sitten
vanhempi
commit
b0d5174e36
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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