mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented getChoices and getValues from Doctrine ENUM on the right way
This commit is contained in:
		| @@ -36,7 +36,7 @@ class ActionIconClassMapTest extends TestCase | ||||
|  | ||||
|     public function testAllActionsSet(): void | ||||
|     { | ||||
|         foreach (ActionType::getChoices() as $action) { | ||||
|         foreach (ActionType::getValues() as $action) { | ||||
|             $this->assertIsString($this->actionIconClassMap->getIconClass($action)); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user