partkeepr/PartKeepr

View on GitHub
src/PartKeepr/AuthBundle/Tests/UserTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testSelfChangeUserPassword has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testSelfChangeUserPassword()
    {
        $builtinProvider = $this->getContainer()->get('partkeepr.userservice')->getBuiltinProvider();

        $user = new User('bernd2');
Severity: Minor
Found in src/PartKeepr/AuthBundle/Tests/UserTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status