Преглед на файлове

[Framework] Fixed test namespaces.

Kris Wallsmith преди 15 години
родител
ревизия
3eec6b98fe
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      tests/Symfony/Tests/Framework/Debug/ErrorHandlerTest.php
  2. 1 1
      tests/Symfony/Tests/Framework/KernelTest.php

+ 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;