apparat/object

View on GitHub
src/Object/Tests/UrlTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testPSR7methods has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testPSR7methods()
    {
        $url = new Url(self::REMOTE_URL);
        $this->assertEquals(self::REMOTE_REPOSITORY_AUTHORITY, $url->getAuthority());
        $this->assertEquals('apparat:tools', $url->getUserInfo());
Severity: Minor
Found in src/Object/Tests/UrlTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status