Browse Source

Exclude more tests in phar version

Dariusz Ruminski 8 years ago
parent
commit
749b0abd51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      box.json

+ 1 - 1
box.json

@@ -11,7 +11,7 @@
     "finder": [
         {
             "name": ["*.php"],
-            "exclude": ["Tests", "tests"],
+            "exclude": ["Test", "test", "Tests", "tests"],
             "in": ["vendor", "src"]
         }
     ],