code cleanup (#2700)

* fix doctrine definition
* do not count api calls as login
* remove unknown form options
* fix annotations
* cleanup deprecations in tests
This commit is contained in:
Kevin Papst
2021-08-07 01:36:59 +02:00
committed by GitHub
parent 3a7dba437c
commit e9986c92d6
9 changed files with 22 additions and 7 deletions

View File

@@ -156,6 +156,9 @@ class ServiceInvoiceTest extends TestCase
self::assertEquals([], $items);
}
/**
* @group legacy
*/
public function testFindInvoiceItemsWithCustomer()
{
$sut = $this->getSut([]);