Use static calls for assertions in tests
phpcs-errors:226 phpunit-status:successful phpstan-errors:202
This commit is contained in:
Submodule classes/MDAllowedValueSets updated: bbaa799fa5...88e068d0da
Submodule classes/MDErrorReporter updated: c7af1dc144...f0b39322ec
Submodule classes/MDTlLoader updated: e812aa8726...df7a17f8d9
Submodule classes/MD_STD updated: bac86627e2...7d4a740f8f
@@ -17,7 +17,7 @@ final class StartPageTest extends TestCase {
|
|||||||
include __DIR__ . "/../index.php";
|
include __DIR__ . "/../index.php";
|
||||||
$output = $this->getActualOutput();
|
$output = $this->getActualOutput();
|
||||||
|
|
||||||
$this->assertEquals(
|
self::assertEquals(
|
||||||
true,
|
true,
|
||||||
is_string($output)
|
is_string($output)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user