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 60fd5a0 commit 6591fb8Copy full SHA for 6591fb8
Test/WebTestCase.php
@@ -22,8 +22,8 @@
22
abstract class WebTestCase extends KernelTestCase
23
{
24
use ForwardCompatTestTrait;
25
- use WebTestAssertionsTrait;
26
use MailerAssertionsTrait;
+ use WebTestAssertionsTrait;
27
28
private function doTearDown()
29
Tests/Controller/TemplateControllerTest.php
@@ -14,7 +14,6 @@
14
use Symfony\Bundle\FrameworkBundle\Controller\TemplateController;
15
use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
16
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
17
-use Symfony\Component\DependencyInjection\ContainerBuilder;
18
19
/**
20
* @author Kévin Dunglas <dunglas@gmail.com>
0 commit comments