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 1eb66e8 commit e39472eCopy full SHA for e39472e
Tests/OptionsResolverTest.php
@@ -13,7 +13,6 @@
13
14
use PHPUnit\Framework\Assert;
15
use PHPUnit\Framework\TestCase;
16
-use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
17
use Symfony\Component\OptionsResolver\Debug\OptionsResolverIntrospector;
18
use Symfony\Component\OptionsResolver\Exception\AccessException;
19
use Symfony\Component\OptionsResolver\Exception\InvalidArgumentException;
@@ -27,8 +26,6 @@
27
26
28
class OptionsResolverTest extends TestCase
29
{
30
- use ExpectDeprecationTrait;
31
-
32
/**
33
* @var OptionsResolver
34
*/
0 commit comments