chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Tests/Services/Pdo/PdoFactoryTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testGetPdo has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testGetPdo()
    {
        $pdo =
            $this->getMockBuilder('\ChrisAndChris\Common\RowMapperBundle\Services\Pdo\PdoLayer')
                 ->disableOriginalConstructor()

    There are no issues that match your filters.

    Category
    Status