[TESTS] Raise test coverage for AdminPanel to 100%

This commit is contained in:
Hugo Sales 2021-08-04 20:03:21 +00:00
parent b77e35ef09
commit 0ae67d96ea
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 2 additions and 0 deletions

View File

@ -105,7 +105,9 @@ class AdminPanel extends Controller
];
}
} else {
// @codeCoverageIgnoreStart
throw new InvalidFormException();
// @codeCoverageIgnoreEnd
}
}