From 63443dbace91062036f1a48b2c4c4bc74d34b0b9 Mon Sep 17 00:00:00 2001 From: rotimi Date: Sat, 3 Feb 2024 21:49:54 -0700 Subject: [PATCH] Updated rector --- tests/VersatileAclTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/VersatileAclTest.php b/tests/VersatileAclTest.php index c33e46c..36070c1 100644 --- a/tests/VersatileAclTest.php +++ b/tests/VersatileAclTest.php @@ -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) {