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 e98e10a commit 1cc1595Copy full SHA for 1cc1595
src/tests/unit/AclManagerTest.php
@@ -245,7 +245,7 @@ public function testResourceExist() {
245
$this->aclManager->start();
246
$this->assertFalse($this->aclManager->resourceExists('Truc.*'));
247
$this->aclManager->addResource('Truc.*');
248
- $this->assertTrue($this->aclManager->roleExists('Truc.*'));
+ $this->assertTrue($this->aclManager->resourceExists('Truc.*'));
249
}
250
251
/**
0 commit comments