mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
fixes after merge of master into upgrade-sf4
This commit is contained in:
@@ -123,8 +123,8 @@ class ConflictTest extends WebTestCase
|
||||
public function generateAccompanyingPeriodWork(): iterable
|
||||
{
|
||||
self::bootKernel();
|
||||
$em = self::$container->get(EntityManagerInterface::class);
|
||||
$userRepository = self::$container->get(UserRepositoryInterface::class);
|
||||
$em = self::getContainer()->get(EntityManagerInterface::class);
|
||||
$userRepository = self::getContainer()->get(UserRepositoryInterface::class);
|
||||
$user = $userRepository->findOneByUsernameOrEmail('center a_social');
|
||||
|
||||
$period = new AccompanyingPeriod();
|
||||
|
@@ -43,9 +43,7 @@ final class PersonControllerUpdateTest extends WebTestCase
|
||||
/**
|
||||
* Prepare client and create a random person.
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
}
|
||||
protected function setUp(): void {}
|
||||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user