소스 검색

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