[tests] more voiding of tests

This commit is contained in:
Shish
2024-01-15 14:31:51 +00:00
parent a1f22ef67c
commit 434455b836
77 changed files with 215 additions and 215 deletions

View File

@@ -6,7 +6,7 @@ namespace Shimmie2;
class HomeTest extends ShimmiePHPUnitTestCase
{
public function testHomePage()
public function testHomePage(): void
{
$page = $this->get_page('home');
$this->assertStringContainsString("Posts", $page->data);