shalvah 3 years ago
parent
commit
dd8145615f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/GenerateDocumentation/OutputTest.php

+ 2 - 2
tests/GenerateDocumentation/OutputTest.php

@@ -58,7 +58,7 @@ class OutputTest extends BaseLaravelTest
         ]);
     }
 
-    protected function usesLaravelTypeDocs($app)
+    protected function usingLaravelTypeDocs($app)
     {
         $app['config']->set('scribe.type', 'laravel');
         $app['config']->set('scribe.laravel.add_routes', true);
@@ -67,7 +67,7 @@ class OutputTest extends BaseLaravelTest
 
     /**
      * @test
-     * @define-env usesLaravelTypeDocs
+     * @define-env usingLaravelTypeDocs
      */
     public function generates_laravel_type_output()
     {