Skip to content

Commit

Permalink
Applied fixes from FlintCI
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh authored and OskarStark committed Apr 20, 2020
1 parent 5850eb2 commit 9dfdb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Entity/BaseEntityManagerTest.php
Expand Up @@ -37,7 +37,7 @@ final class BaseEntityManagerTest extends TestCase
*/
private $manager;

public function setUp(): void
protected function setUp(): void
{
$this->registry = $this->createMock(ManagerRegistry::class);
$this->objectManager = $this->createMock(ObjectManager::class);
Expand Down

0 comments on commit 9dfdb3c

Please sign in to comment.