Optimized ParameterManagement

This commit is contained in:
Kevin Frantz
2019-03-28 22:17:59 +01:00
parent 481cc327cd
commit d2baca0822
8 changed files with 66 additions and 12 deletions

View File

@@ -40,6 +40,6 @@ class FrameFunctionTest extends WebTestCase
{
$client = static::createClient();
$client->request(Request::METHOD_GET, 'api/rest/source/HOMEPAGE.html?frame=true');
$this->assertEquals(406, $client->getResponse()->getStatusCode());
$this->assertEquals(500, $client->getResponse()->getStatusCode());
}
}