Skip to content

Commit d1ae1d8

Browse files
committedMay 10, 2021
debug
1 parent 4799340 commit d1ae1d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎phpstan.neon.dist

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ parameters:
179179
- '~^Method Atk4\\Ui\\VirtualPage::getHtml\(\) should return string but return statement is missing\.$~'
180180
# for tests/FormTest.php
181181
- '~^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\.$~'
182183
# for tests/jsTest.php
183184
- '~^Call to an undefined method Atk4\\Ui\\JsChain::getTextInRange\(\)\.$~'
184185

‎tests/FormTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,5 @@ class AppFormTestMock extends App
181181
public function terminate($output = '', array $headers = []): void
182182
{
183183
$this->output = $output;
184-
// do nothing!
185184
}
186185
}

0 commit comments

Comments
 (0)