Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | protected function tearDown(): void |
||
35 | { |
||
36 | User::setCurrent(null); |
||
37 | |||
38 | /** @var AccountRepository $accountRepository */ |
||
39 | $accountRepository = $this->getEntityManager()->getRepository(Account::class); |
||
40 | $accountRepository->clearCache(); |
||
41 | |||
42 | $this->traitTearDownWithTransaction(); |
||
43 | } |
||
57 |