expectOutputString(''); (new ModelCandidate())->submitForm(); } /** * @covers ModelCandidate::getForm * @throws Exception */ public function testGetForm() { $this->assertIsString((new ModelCandidate())->getForm()); } }