浏览代码

tests fix

Zolotov Alexander 6 年之前
父节点
当前提交
867f63b83c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -96,7 +96,7 @@ class GenerateDocumentationTest extends TestCase
     /** @test */
     public function console_command_work_with_rotes_uses_array()
     {
-        RouteFacade::get('/api/array/laravel/test', [TestController::class, 'withEndpointDescription']);
+        RouteFacade::get('/array/laravel/test', [TestController::class, 'withEndpointDescription']);
 
         config(['apidoc.routes.0.match.prefixes' => ['api/*']]);
         $output = $this->artisan('apidoc:generate');