Skip to content

Commit d7f0125

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix Replace calls to setExpectedException by Pollyfill
2 parents 1c063c2 + f39fe66 commit d7f0125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Authorization/AccessDecisionManagerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212
namespace Symfony\Component\Security\Core\Tests\Authorization;
1313

1414
use PHPUnit\Framework\TestCase;
15+
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1516
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
1617
use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;
1718

1819
class AccessDecisionManagerTest extends TestCase
1920
{
21+
use ForwardCompatTestTrait;
22+
2023
/**
2124
* @expectedException \InvalidArgumentException
2225
*/

0 commit comments

Comments
 (0)