File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
use Symfony \Component \ErrorHandler \ErrorRenderer \HtmlErrorRenderer ;
21
21
use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
22
22
use Symfony \Component \EventDispatcher \EventDispatcher ;
23
+ use Symfony \Component \HttpKernel \KernelInterface ;
23
24
24
25
class WebProfilerExtensionTest extends TestCase
25
26
{
@@ -51,7 +52,7 @@ protected function setUp(): void
51
52
{
52
53
parent ::setUp ();
53
54
54
- $ this ->kernel = $ this ->getMockBuilder (\ Symfony \ Component \ HttpKernel \ KernelInterface::class)->getMock ();
55
+ $ this ->kernel = $ this ->getMockBuilder (KernelInterface::class)->getMock ();
55
56
56
57
$ this ->container = new ContainerBuilder ();
57
58
$ this ->container ->register ('error_handler.error_renderer.html ' , HtmlErrorRenderer::class)->setPublic (true );
You can’t perform that action at this time.
0 commit comments