mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02: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