Release 1.15.3 (#2813)

This commit is contained in:
Kevin Papst
2021-10-05 15:30:29 +02:00
committed by GitHub
parent 162ff07bd5
commit ccb184b17f
11 changed files with 859 additions and 1037 deletions

View File

@@ -165,6 +165,7 @@ class CustomerControllerTest extends APIControllerBaseTest
$team->addProject($project);
$team->addUser($this->getUserByRole(User::ROLE_TEAMLEAD));
$em->persist($team);
$em->flush();
$this->assertAccessIsGranted($client, '/api/customers/1');
$result = json_decode($client->getResponse()->getContent(), true);