瀏覽代碼

Update UseApiResourceTagsTest.php

Shalvah 4 年之前
父節點
當前提交
a9ec31ae52
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/Strategies/Responses/UseApiResourceTagsTest.php

+ 1 - 0
tests/Strategies/Responses/UseApiResourceTagsTest.php

@@ -177,6 +177,7 @@ use Orchestra\Testbench\TestCase;
             });
             $config = new DocumentationConfig([]);
 
+            // Creating a mock route so we can test that the route is set properly during resolution
             $route = Mockery::mock(Route::class);
             $route->shouldReceive('named')
                 ->times(2)