Преглед изворни кода

[Framework] Fixed test namespaces.

Kris Wallsmith пре 15 година
родитељ
комит
3eec6b98fe

+ 1 - 1
tests/Symfony/Tests/Framework/Debug/ErrorHandlerTest.php

@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Symfony\Tests\Foundation\Debug;
+namespace Symfony\Tests\Framework\Debug;
 
 use Symfony\Framework\Debug\ErrorHandler;
 

+ 1 - 1
tests/Symfony/Tests/Framework/KernelTest.php

@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Symfony\Tests\Foundation;
+namespace Symfony\Tests\Framework;
 
 use Symfony\Framework\Kernel;