added configurable permission system (#424)
This commit is contained in:
@@ -225,7 +225,7 @@ class InvoiceControllerTest extends ControllerBaseTest
|
||||
|
||||
public function testDeleteTemplateAction()
|
||||
{
|
||||
$client = $this->getClientForAuthenticatedUser(User::ROLE_TEAMLEAD);
|
||||
$client = $this->getClientForAuthenticatedUser(User::ROLE_ADMIN);
|
||||
|
||||
$em = $client->getContainer()->get('doctrine.orm.entity_manager');
|
||||
$fixture = new InvoiceFixtures();
|
||||
|
||||
Reference in New Issue
Block a user