Skip to content

Commit 6591fb8

Browse files
committed
Fix CS
1 parent 60fd5a0 commit 6591fb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Test/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
abstract class WebTestCase extends KernelTestCase
2323
{
2424
use ForwardCompatTestTrait;
25-
use WebTestAssertionsTrait;
2625
use MailerAssertionsTrait;
26+
use WebTestAssertionsTrait;
2727

2828
private function doTearDown()
2929
{

Tests/Controller/TemplateControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Bundle\FrameworkBundle\Controller\TemplateController;
1515
use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
1616
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
17-
use Symfony\Component\DependencyInjection\ContainerBuilder;
1817

1918
/**
2019
* @author Kévin Dunglas <dunglas@gmail.com>

0 commit comments

Comments
 (0)