phpmentoring/webapp

View on GitHub
tests/MentoringTest/User/UserTest.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function testSettersAndGetters()
    {
        $testData = [
            'email' => 'test@test.com',
            'githubUid' => '1234',
Severity: Minor
Found in tests/MentoringTest/User/UserTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status