icon = new IconExtension(); } public function testInstanceOf(): void { $this->assertInstanceOf(IconExtension::class, $this->icon); } }