[Framework] Fixed test namespaces.

This commit is contained in:
Kris Wallsmith 2010-07-09 08:05:21 -07:00 committed by Fabien Potencier
parent 0fbb1b916b
commit 3eec6b98fe
2 changed files with 2 additions and 2 deletions

View File

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

View File

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