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