How to effectively test the application, always use when writing tests
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Tests\TestCase with RefreshDatabase trait available (commented out in tests/Pest.php by default).tests/Feature and tests/Unit directories.php artisan test.php artisan test tests/Feature/ExampleTest.php.php artisan test --filter=testName (recommended after making a change to a related file).