We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc2178 commit 9fd0859Copy full SHA for 9fd0859
src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php renamed to src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php
@@ -9,10 +9,10 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Symfony\Bridge\Twig\Tests\Extension;
+namespace Symfony\Bundle\WebProfilerBundle\Tests\Profiler;
13
14
use PHPUnit\Framework\TestCase;
15
-use Symfony\Bridge\Twig\Extension\CodeExtension;
+use Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension;
16
use Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter;
17
18
class CodeExtensionTest extends TestCase
0 commit comments