skip to Main Content

Laravel Dusk says Class 'TestsBrowserComponents…' could not be found

After I installed laravel-dusk following the official Laravel documentation and run this command: php artisan make:component CardComponentTest Then try to run immediately: php artisan dusk tests/Browser/Components/CardComponentTest.php I get this error: Class 'TestsBrowserComponentsCardComponentTest' could not be found in '/var/www/html/tests/Browser/Components/CardComponentTest.php'. I tested…

VIEW QUESTION
Back To Top
Search