소스 검색

Uncomment tearDown block

shalvah 6 년 전
부모
커밋
b0d5174e36
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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