SQL and performance improvements (#2017)

This commit is contained in:
Kevin Papst
2020-10-23 00:31:53 +02:00
committed by GitHub
parent 6ed7ee76e7
commit 4533c994a3
14 changed files with 216 additions and 206 deletions

View File

@@ -20,8 +20,7 @@ class ActivityLoaderTest extends AbstractLoaderTest
{
public function testLoadResults()
{
// mock needs improvements, because it should be 5
$em = $this->getEntityManagerMock(2);
$em = $this->getEntityManagerMock(3);
$sut = new ActivityLoader($em);