We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0b6f commit 63443dbCopy full SHA for 63443db
tests/VersatileAclTest.php
@@ -232,6 +232,7 @@ public function testThatAddParentEntityWorksAsExpected() {
232
// entity to an entity that does not exist in the acl object
233
/** @noinspection PhpUnhandledExceptionInspection */
234
$sAclObj2->addParentEntity('jdoe', 'admin');
235
+ $this->fail('Failed to throw `' . RuntimeException::class .'`');
236
237
} catch (RuntimeException $ex) {
238
0 commit comments