We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641de88 commit 4738823Copy full SHA for 4738823
1 file changed
tests/controller/acp_controller_test.php
@@ -575,6 +575,7 @@ public function test_action_move($id, $dir, $valid, $error, $is_ajax)
575
if ($is_ajax)
576
{
577
$this->expectOutputString('{"success":true}');
578
+ $this->expectException(\RuntimeException::class);
579
}
580
581
$variable_invocation = 0;
0 commit comments