.ai/rules/boost/tests.md
$this->faker->word() or fake()->randomDigit(). Follow existing conventions whether to use $this->faker or fake().php artisan make:test [options] {name} to create a feature test, and pass --unit to create a unit test. Most tests should be feature tests.php artisan make:test --phpunit {name} to create a new test.php artisan test --compact.php artisan test --compact tests/Feature/ExampleTest.php.php artisan test --compact --filter=testName (recommended after making a change to a related file).