Skip to content

Commit 6c390d0

Browse files
committed
Add GetFromHeaderTagFromScribeTdd
1 parent 14739d0 commit 6c390d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/scribe.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@
317317
'headers' => [
318318
// Strategies\Headers\GetFromRouteRules::class,
319319
// Strategies\Headers\GetFromHeaderTag::class,
320+
AjCastro\ScribeTdd\Strategies\Headers\GetFromHeaderTagFromScribeTdd::class,
320321
],
321322
'bodyParameters' => [
322323
// Strategies\BodyParameters\GetFromFormRequest::class,

tests/Feature/Http/Controllers/DynamicDataTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class DynamicDataTest extends TestCase
1515
*
1616
* This is a description of a dynamic data endpoint
1717
*
18+
* @header X-Api-Version v0.1.0
1819
* @urlParam name string required The name of the dynamic data.
1920
* @dataProvider myDataProvider
2021
*/

0 commit comments

Comments
 (0)