fix tests for chill main

This commit is contained in:
2021-04-27 16:33:44 +02:00
parent 66426f5102
commit 7596bd5a06
16 changed files with 38 additions and 332 deletions

View File

@@ -50,7 +50,7 @@ class AuthorizationHelperTest extends KernelTestCase
*/
private function getAuthorizationHelper()
{
return static::$kernel->getContainer()
return static::$container
->get('chill.main.security.authorization.helper')
;
}