File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ parameters:
179
179
- '~^Method Atk4\\Ui\\VirtualPage::getHtml\(\) should return string but return statement is missing\.$~'
180
180
# for tests/FormTest.php
181
181
- '~^Access to an undefined property Atk4\\Ui\\App::\$output\.$~'
182
+ - '~^Method Atk4\\Ui\\Tests\\AppFormTestMock::terminate\(\) should always throw an exception or terminate script execution but doesn't do that\.$~'
182
183
# for tests/jsTest.php
183
184
- '~^Call to an undefined method Atk4\\Ui\\JsChain::getTextInRange\(\)\.$~'
184
185
Original file line number Diff line number Diff line change @@ -181,6 +181,5 @@ class AppFormTestMock extends App
181
181
public function terminate ($ output = '' , array $ headers = []): void
182
182
{
183
183
$ this ->output = $ output ;
184
- // do nothing!
185
184
}
186
185
}
You can’t perform that action at this time.
0 commit comments