refactored repositories and DB queries (#5026)
* removed unused teams from export order * added new paginator for query instead of querybuilder * added field hydrate enums * hide PARTIAL deprecation * never log deprecations in production * replaced InvoiceLoader with native Doctrine feature * prevent excessive permission queries * support loading customers of team * improved findByIds * internalized API * fix null string deprecations
This commit is contained in:
@@ -35,7 +35,6 @@ class AmountYearTest extends AbstractWidgetTypeTest
|
||||
public function createSut(): AbstractWidgetType
|
||||
{
|
||||
$repository = $this->createMock(TimesheetRepository::class);
|
||||
$repository->method('getStatistic')->willReturn([]);
|
||||
$configuration = SystemConfigurationFactory::createStub();
|
||||
$dispatcher = $this->createMock(EventDispatcherInterface::class);
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ class UserAmountYearTest extends AbstractWidgetTypeTest
|
||||
public function createSut(): AbstractWidgetType
|
||||
{
|
||||
$repository = $this->createMock(TimesheetRepository::class);
|
||||
$repository->method('getStatistic')->willReturn([]);
|
||||
$configuration = SystemConfigurationFactory::createStub();
|
||||
$dispatcher = $this->createMock(EventDispatcherInterface::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user