We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd840d6 commit 2238ad5Copy full SHA for 2238ad5
test/functional/SSHKeyDeleteTest.php
@@ -52,6 +52,7 @@ public function testDeleteKeyIndexTooLarge()
52
{
53
global $USER;
54
try {
55
+ $this->expectException(ArrayKeyException::class);
56
$this->deleteKey("99");
57
$this->assertEquals(self::$initialKeys, $USER->getSSHKeys());
58
} finally {
0 commit comments