tests/AppBundle/Controller/CategoryTaskControllerTest.php
Showing 2 of 2 total issues
Method testGetTasks
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testGetTasks() { $uuid4 = $this->getUUID4stub(); $alice = $this->getUser('alice');
- Create a ticketCreate a ticket
Method testPostTask
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testPostTask() { $uuid4 = $this->getUUID4stub(); $alice = $this->getUser('alice');
- Create a ticketCreate a ticket