mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-10 06:53:45 +00:00
Add ticket filtering "byTicketId"
This commit is contained in:
@@ -185,4 +185,11 @@ class TicketACLAwareRepositoryTest extends KernelTestCase
|
||||
|
||||
self::assertIsArray($actual);
|
||||
}
|
||||
|
||||
public function testFindByTicketid(): void
|
||||
{
|
||||
$actual = $this->repository->findTickets(['byTicketId' => 1]);
|
||||
|
||||
self::assertIsArray($actual);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user