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 8142b4b commit 668fb89Copy full SHA for 668fb89
Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php
@@ -12,15 +12,12 @@
12
namespace Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\Security\Factory;
13
14
use PHPUnit\Framework\TestCase;
15
-use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
16
use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory;
17
use Symfony\Component\DependencyInjection\ChildDefinition;
18
use Symfony\Component\DependencyInjection\ContainerBuilder;
19
20
class AbstractFactoryTest extends TestCase
21
{
22
- use ExpectDeprecationTrait;
23
-
24
private ContainerBuilder $container;
25
26
protected function setUp(): void
0 commit comments