Remove Base tests from Composer

This commit is contained in:
philipp lang 2024-10-14 00:09:17 +02:00
parent 6b40951b9e
commit f93a0efed2
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"Modules\\Dashboard\\Tests\\": "modules/dashboard/tests/", "Modules\\Dashboard\\Tests\\": "modules/dashboard/tests/",
"Modules\\Base\\Tests\\": "modules/base/tests/",
"Tests\\": "tests/", "Tests\\": "tests/",
"Zoomyboy\\LaravelNami\\Tests\\": "packages/laravel-nami/tests/" "Zoomyboy\\LaravelNami\\Tests\\": "packages/laravel-nami/tests/"
} }