We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14739d0 commit 6c390d0Copy full SHA for 6c390d0
config/scribe.php
@@ -317,6 +317,7 @@
317
'headers' => [
318
// Strategies\Headers\GetFromRouteRules::class,
319
// Strategies\Headers\GetFromHeaderTag::class,
320
+ AjCastro\ScribeTdd\Strategies\Headers\GetFromHeaderTagFromScribeTdd::class,
321
],
322
'bodyParameters' => [
323
// Strategies\BodyParameters\GetFromFormRequest::class,
tests/Feature/Http/Controllers/DynamicDataTest.php
@@ -15,6 +15,7 @@ class DynamicDataTest extends TestCase
15
*
16
* This is a description of a dynamic data endpoint
17
18
+ * @header X-Api-Version v0.1.0
19
* @urlParam name string required The name of the dynamic data.
20
* @dataProvider myDataProvider
21
*/
0 commit comments