Use static calls for assertions in tests

phpcs-errors:226 phpunit-status:successful phpstan-errors:202
This commit is contained in:
2020-08-29 14:10:01 +02:00
committed by Stefan Rohde-Enslin
parent b61b00c540
commit 688ba604a8
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ final class StartPageTest extends TestCase {
include __DIR__ . "/../index.php";
$output = $this->getActualOutput();
$this->assertEquals(
self::assertEquals(
true,
is_string($output)
);