[TESTS] Raise test coverage for AdminPanel to 100%
This commit is contained in:
parent
b77e35ef09
commit
0ae67d96ea
@ -105,7 +105,9 @@ class AdminPanel extends Controller
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
throw new InvalidFormException();
|
throw new InvalidFormException();
|
||||||
|
// @codeCoverageIgnoreEnd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user