expectExceptionMessage('Not implemented yet.'); $this->expectException(\Exception::class); Component::parse(new Parser(), new TokensList()); } public function testBuild() { $this->expectExceptionMessage('Not implemented yet.'); $this->expectException(\Exception::class); Component::build(null); } }