expectException(NotSetException::class); $this->assertIsString(LayerIconClassMap::getIconClass('123123V')); } public function testAllLayersSet(): void { foreach (LayerType::getValues() as $value) { $this->assertIsString(LayerIconClassMap::getIconClass($value)); } } }