PHPUnit Test Template
/** @test */ public function it_what_should_happen(): void { $this->assertTrue(true); }