Skip to content

Commit

Permalink
Adds docblock to stub file for describing the singular method in a Bl…
Browse files Browse the repository at this point in the history
…itz test
  • Loading branch information
craigpaul committed Nov 27, 2023
1 parent 8fc6644 commit 57d84c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Console/Commands/stubs/test.stub
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ use CraigPaul\Blitz\Testing\TestCase;

class {{ class }} extends TestCase
{
/**
* Set up the workflow to be put under load.
*
* @return void
*/
public function setUp(): void
{
//
Expand Down

0 comments on commit 57d84c5

Please sign in to comment.