diff --git a/run/laravel/phpunit.xml b/run/laravel/phpunit.xml
index 2ac86a1858..fe977132e1 100644
--- a/run/laravel/phpunit.xml
+++ b/run/laravel/phpunit.xml
@@ -5,11 +5,8 @@
colors="true"
>
-
- ./tests/Unit
-
- ./tests/Feature
+ tests/Feature
@@ -17,6 +14,7 @@
./app
+
diff --git a/run/laravel/test/CreatesApplication.php b/run/laravel/tests/CreatesApplication.php
similarity index 100%
rename from run/laravel/test/CreatesApplication.php
rename to run/laravel/tests/CreatesApplication.php
diff --git a/run/laravel/test/Feature/LandingPageTest.php b/run/laravel/tests/Feature/LandingPageTest.php
similarity index 100%
rename from run/laravel/test/Feature/LandingPageTest.php
rename to run/laravel/tests/Feature/LandingPageTest.php
diff --git a/run/laravel/test/Feature/ProductTest.php b/run/laravel/tests/Feature/ProductTest.php
similarity index 100%
rename from run/laravel/test/Feature/ProductTest.php
rename to run/laravel/tests/Feature/ProductTest.php
diff --git a/run/laravel/test/TestCase.php b/run/laravel/tests/TestCase.php
similarity index 100%
rename from run/laravel/test/TestCase.php
rename to run/laravel/tests/TestCase.php