We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4bb61 commit 6ec271dCopy full SHA for 6ec271d
tests/controller/delete_autogroup_rule_test.php
@@ -73,6 +73,7 @@ public function test_delete_autogroup_rule_ajax()
73
$this->expectOutputString('{"MESSAGE_TITLE":"' . $this->language->lang('INFORMATION')
74
. '","MESSAGE_TEXT":"' . $this->language->lang('ACP_AUTOGROUPS_DELETE_SUCCESS')
75
. '","REFRESH_DATA":{"time":3}}');
76
+ $this->expectException(\RuntimeException::class);
77
78
// Call the delete_autogroup_rule() method
79
$this->admin_controller->delete_autogroup_rule(1);
0 commit comments