Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge branch '4.3' into 4.4
Browse files Browse the repository at this point in the history
* 4.3:
  cs fix
  Replace calls to setExpectedException by Pollyfill
  • Loading branch information
nicolas-grekas committed Aug 1, 2019
2 parents 0e6bc8d + 61b06d1 commit 82cb0a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Tests/Authorization/AccessDecisionManagerTest.php
Expand Up @@ -12,11 +12,14 @@
namespace Symfony\Component\Security\Core\Tests\Authorization;

use PHPUnit\Framework\TestCase;
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;

class AccessDecisionManagerTest extends TestCase
{
use ForwardCompatTestTrait;

/**
* @expectedException \InvalidArgumentException
*/
Expand Down

0 comments on commit 82cb0a8

Please sign in to comment.