mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Implemented getChoices and getValues from Doctrine ENUM on the right way
This commit is contained in:
		@@ -34,8 +34,8 @@ class RestRoutesReachableIntegrationTest extends KernelTestCase
 | 
			
		||||
            '12314123',
 | 
			
		||||
            'testslug',
 | 
			
		||||
        ] as $uri) {
 | 
			
		||||
            foreach (RESTResponseType::getChoices() as $format) {
 | 
			
		||||
                foreach (LayerType::getChoices() as $layer) {
 | 
			
		||||
            foreach (RESTResponseType::getValues() as $format) {
 | 
			
		||||
                foreach (LayerType::getValues() as $layer) {
 | 
			
		||||
                    $actions = LayerActionMap::getActions($layer);
 | 
			
		||||
                    foreach ($actions as $action) {
 | 
			
		||||
                        foreach (ActionHttpMethodMap::getHttpMethods($action) as $method) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user