Explorar el Código

Standardise Laravel tests config

Shalvah hace 4 meses
padre
commit
7306738b5e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"),