mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 11:17:58 +00:00 
			
		
		
		
	Implemented getChoices and getValues from Doctrine ENUM on the right way
This commit is contained in:
		@@ -32,7 +32,7 @@ class DefaultControllerTest extends WebTestCase
 | 
			
		||||
    public function testImprint(): void
 | 
			
		||||
    {
 | 
			
		||||
        $client = static::createClient();
 | 
			
		||||
        foreach (RESTResponseType::getChoices() as $format) {
 | 
			
		||||
        foreach (RESTResponseType::getValues() as $format) {
 | 
			
		||||
            $format = 'html';
 | 
			
		||||
            $url = '/api/rest/source/imprint.'.$format;
 | 
			
		||||
            $client->request('GET', $url);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user