Skip to content

Commit 1cc1595

Browse files
committed
Update AclManagerTest.php
1 parent e98e10a commit 1cc1595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/unit/AclManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public function testResourceExist() {
245245
$this->aclManager->start();
246246
$this->assertFalse($this->aclManager->resourceExists('Truc.*'));
247247
$this->aclManager->addResource('Truc.*');
248-
$this->assertTrue($this->aclManager->roleExists('Truc.*'));
248+
$this->assertTrue($this->aclManager->resourceExists('Truc.*'));
249249
}
250250

251251
/**

0 commit comments

Comments
 (0)