shalvah 6 роки тому
батько
коміт
5b332a0530
1 змінених файлів з 2 додано та 2 видалено
  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()
     {