Invis1ble/assistant

View on GitHub
tests/AppBundle/Controller/CategoryTaskControllerTest.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 2 of 2 total issues

Method testGetTasks has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function testGetTasks()
{
$uuid4 = $this->getUUID4stub();
 
$alice = $this->getUser('alice');
Severity: Minor
Found in tests/AppBundle/Controller/CategoryTaskControllerTest.php - About 1 hr to fix

Method testPostTask has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function testPostTask()
{
$uuid4 = $this->getUUID4stub();
 
$alice = $this->getUser('alice');
Severity: Minor
Found in tests/AppBundle/Controller/CategoryTaskControllerTest.php - About 1 hr to fix
Category
Status