Parcourir la source

[Framework] removed old code

Fabien Potencier il y a 15 ans
Parent
commit
ecea456c5b
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      tests/Symfony/Tests/Framework/KernelTest.php

+ 0 - 4
tests/Symfony/Tests/Framework/KernelTest.php

@@ -48,8 +48,4 @@ class KernelForTest extends Kernel
     public function registerContainerConfiguration(LoaderInterface $loader)
     {
     }
-
-    public function registerRoutes()
-    {
-    }
 }