diff --git a/composer.json b/composer.json index a3e17bd..bfe165d 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "autoload-dev": { "psr-4": { - "Sourceboat\\Permission\\Test\\": "tests" + "Sourceboat\\Permission\\Tests\\": "tests" } }, "scripts": { diff --git a/tests/BladeTest.php b/tests/BladeTest.php index b072641..1df9f1b 100644 --- a/tests/BladeTest.php +++ b/tests/BladeTest.php @@ -1,6 +1,6 @@