فهرست منبع

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