From 57d84c52e8370b6e0f9702947310e2794e80e626 Mon Sep 17 00:00:00 2001 From: Craig Date: Sun, 26 Nov 2023 21:25:35 -0600 Subject: [PATCH] Adds docblock to stub file for describing the singular method in a Blitz test --- src/Console/Commands/stubs/test.stub | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Console/Commands/stubs/test.stub b/src/Console/Commands/stubs/test.stub index 5ce0364..45c9eec 100644 --- a/src/Console/Commands/stubs/test.stub +++ b/src/Console/Commands/stubs/test.stub @@ -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 { //