Skip to content

Commit 6ec271d

Browse files
committed
Update tests
1 parent 6b4bb61 commit 6ec271d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/controller/delete_autogroup_rule_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function test_delete_autogroup_rule_ajax()
7373
$this->expectOutputString('{"MESSAGE_TITLE":"' . $this->language->lang('INFORMATION')
7474
. '","MESSAGE_TEXT":"' . $this->language->lang('ACP_AUTOGROUPS_DELETE_SUCCESS')
7575
. '","REFRESH_DATA":{"time":3}}');
76+
$this->expectException(\RuntimeException::class);
7677

7778
// Call the delete_autogroup_rule() method
7879
$this->admin_controller->delete_autogroup_rule(1);

0 commit comments

Comments
 (0)