Skip to content

Commit

Permalink
Updated rector
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Feb 4, 2024
1 parent 2df0b6f commit 63443db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/VersatileAclTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public function testThatAddParentEntityWorksAsExpected() {
// entity to an entity that does not exist in the acl object
/** @noinspection PhpUnhandledExceptionInspection */
$sAclObj2->addParentEntity('jdoe', 'admin');
$this->fail('Failed to throw `' . RuntimeException::class .'`');

} catch (RuntimeException $ex) {

Expand Down

0 comments on commit 63443db

Please sign in to comment.