Use static calls for assertions in tests

phpcs-errors:226 phpunit-status:successful phpstan-errors:202
This commit is contained in:
Joshua Ramon Enslin 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

@ -1 +1 @@
Subproject commit bbaa799fa5fbc5104fb7024fffc983b14ec50e75
Subproject commit 88e068d0dabf5d21a7b84f2a5622c7b1b21f2fa7

@ -1 +1 @@
Subproject commit c7af1dc1444c82084c73b5ea3a9077e15aadcaf6
Subproject commit f0b39322ecc1bdf8d94cfbabc1fc1c2f4b39a5d4

@ -1 +1 @@
Subproject commit e812aa872619c7b8f42f2cfff382e93114c40bee
Subproject commit df7a17f8d94c6fb4bf89b8e550d6dade7f8acc6a

@ -1 +1 @@
Subproject commit bac86627e2acda01a1917d48050af8313be7d60d
Subproject commit 7d4a740f8f346f56183adbe6f916e69dc66f7844

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)
);