Skip to content

Commit 63443db

Browse files
author
rotimi
committed
Updated rector
1 parent 2df0b6f commit 63443db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/VersatileAclTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ public function testThatAddParentEntityWorksAsExpected() {
232232
// entity to an entity that does not exist in the acl object
233233
/** @noinspection PhpUnhandledExceptionInspection */
234234
$sAclObj2->addParentEntity('jdoe', 'admin');
235+
$this->fail('Failed to throw `' . RuntimeException::class .'`');
235236

236237
} catch (RuntimeException $ex) {
237238

0 commit comments

Comments
 (0)