[tests] more voiding of tests
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user