Fixed 2 namespaces

This commit is contained in:
WouterJ 2013-05-07 18:20:13 +02:00
parent 66433c5626
commit 1788c6bd32
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\src\Symfony\Bundle\TwigBundle\Tests\DependencyInjection\Compiler;
namespace Symfony\Bundle\TwigBundle\Tests\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Bridge\Twig\Tests\Node;
namespace Symfony\Bundle\TwigBundle\Tests\TokenParser;
use Symfony\Bundle\TwigBundle\Tests\TestCase;
use Symfony\Bundle\TwigBundle\TokenParser\RenderTokenParser;