mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs fixer
This commit is contained in:
parent
dac48ea4e0
commit
9f476dddaf
@ -58,7 +58,8 @@ class AccompanyingCourseExportHelperTest extends KernelTestCase
|
|||||||
$em->flush();
|
$em->flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testExclusionOnClosingMotive(): void {
|
public function testExclusionOnClosingMotive(): void
|
||||||
|
{
|
||||||
[$periodA, $periodB, $periodC] = $this->prepareData();
|
[$periodA, $periodB, $periodC] = $this->prepareData();
|
||||||
|
|
||||||
$qb = $this->em->getRepository(AccompanyingPeriod::class)->createQueryBuilder('acp');
|
$qb = $this->em->getRepository(AccompanyingPeriod::class)->createQueryBuilder('acp');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user