Skip to content

Commit 9fd0859

Browse files
[WebProfilerBundle] Fix tests
1 parent dcc2178 commit 9fd0859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php renamed to src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Bridge\Twig\Tests\Extension;
12+
namespace Symfony\Bundle\WebProfilerBundle\Tests\Profiler;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\Twig\Extension\CodeExtension;
15+
use Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension;
1616
use Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter;
1717

1818
class CodeExtensionTest extends TestCase

0 commit comments

Comments
 (0)