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:
@@ -156,6 +156,9 @@ class ServiceInvoiceTest extends TestCase
|
||||
self::assertEquals([], $items);
|
||||
}
|
||||
|
||||
/**
|
||||
* @group legacy
|
||||
*/
|
||||
public function testFindInvoiceItemsWithCustomer()
|
||||
{
|
||||
$sut = $this->getSut([]);
|
||||
|
||||
Reference in New Issue
Block a user