Skip to content

Commit 4738823

Browse files
committed
Update tests
1 parent 641de88 commit 4738823

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/controller/acp_controller_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ public function test_action_move($id, $dir, $valid, $error, $is_ajax)
575575
if ($is_ajax)
576576
{
577577
$this->expectOutputString('{"success":true}');
578+
$this->expectException(\RuntimeException::class);
578579
}
579580

580581
$variable_invocation = 0;

0 commit comments

Comments
 (0)