Upgrade to Symfony 4.4

- disable autowiring for Event (because the Entry entity was injected)
- rename `getClient()` for test to `getTestClient()` to avoid error while overriding (from `BrowserKitAssertionsTrait`)
This commit is contained in:
Jeremy Benoist
2022-11-23 17:09:32 +01:00
parent 655ec5e07a
commit aa5c7f05b8
43 changed files with 966 additions and 1239 deletions

View File

@ -32,7 +32,7 @@ abstract class WallabagCoreTestCase extends WebTestCase
return $this->client = static::createClient();
}
public function getClient()
public function getTestClient()
{
return $this->client;
}