]> BookStack Code Mirror - bookstack/blobdiff - composer.json
Namespaced tests to align with new laravel default
[bookstack] / composer.json
index 959bdbdc2930bc256682a0dae944a51a96f58c7b..5755afffecddd7dccd96698d10a7e80e942ba0c0 100644 (file)
         }
     },
     "autoload-dev": {
-        "classmap": [
-            "tests/TestCase.php",
-            "tests/BrowserKitTest.php"
-        ]
+        "psr-4": {
+            "Tests\\": "tests/"
+        }
     },
     "scripts": {
         "post-root-package-install": [