enforce-tests.blade.php 402 B

1234567
  1. @php
  2. /** @var \Laravel\Boost\Install\GuidelineAssist $assist */
  3. @endphp
  4. # Test Enforcement
  5. - Every change must be programmatically tested. Write a new test or update an existing test, then run the affected tests to make sure they pass.
  6. - Run the minimum number of tests needed to ensure code quality and speed. Use `{{ $assist->artisanCommand('test --compact') }}` with a specific filename or filter.