laravel-shift/blueprint

Update PHPUnit test generation for PHPUnit 10

Closed this issue · 0 comments

Synopsis:

Now that Blueprint supports Laravel 10 (which uses PHPUnit 10), the test generation should generate the latest PHPUnit 10 test cases.

This includes (but is not limited to):

  • Using PHP attributes instead of @test tags
  • Adding test case return types
  • Generating final test classes