Skip to content

Commit 93d4a21

Browse files
committed
Add @LRDresponses test
1 parent bd3fb22 commit 93d4a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/TestControllers/WelcomeController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
class WelcomeController
1212
{
1313
/**
14+
* Before
1415
* @lrd:start
1516
* #Hello markdown
1617
* ## Documentation for /my route
1718
* @lrd:end
19+
* After
1820
*/
1921
public function index(WelcomeIndexRequest $request)
2022
{
@@ -31,6 +33,7 @@ public function show()
3133
* @LRDparam search_array array
3234
* @LRDparam search_integer integer
3335
* @LRDparam search_boolean boolean
36+
* @LRDresponses 200|400|401
3437
*/
3538
public function edit(WelcomeEditRequest $request)
3639
{

0 commit comments

Comments
 (0)