Skip to content

Commit 41f995e

Browse files
committed
Add assertion to test instanceof of deprecated class
1 parent 1e29773 commit 41f995e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function testDebugAccessDecisionManagerAliasExistsForBC()
4646
{
4747
$adm = new DebugAccessDecisionManager(new AccessDecisionManager());
4848

49+
$this->assertInstanceOf(DebugAccessDecisionManager::class, $adm);
4950
$this->assertInstanceOf(TraceableAccessDecisionManager::class, $adm);
5051
}
5152
}

0 commit comments

Comments
 (0)