shalvah 6 anni fa
parent
commit
5b332a0530
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tests/Unit/GeneratorTestCase.php

+ 2 - 2
tests/Unit/GeneratorTestCase.php

@@ -79,7 +79,7 @@ abstract class GeneratorTestCase extends TestCase
             ],
         ], $parameters);
     }
-    
+
     /** @test */
     public function can_parse_route_group()
     {
@@ -88,7 +88,7 @@ abstract class GeneratorTestCase extends TestCase
 
         $this->assertSame('Group A', $routeGroup);
     }
-    
+
     /** @test */
     public function method_can_override_controller_group()
     {