소스 검색

Standardise Laravel tests config

Shalvah 3 달 전
부모
커밋
7306738b5e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/BaseLaravelTest.php

+ 2 - 1
tests/BaseLaravelTest.php

@@ -86,8 +86,9 @@ class BaseLaravelTest extends TestCase
                 )
             ),
             output: Config\Output::with(
-                type: Config\Output::staticType(
+                type: Config\Output::laravelType(
                     theme: Config\InHouseTheme::Legacy,
+                    docsUrl: '/apidocs'
                 ),
                 baseUrls: [
                     "production" => config("app.base_url"),