src/Testing/MocksEntityManager.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public function ormAllowUpdate(m\MockInterface $entity, $changingData = [], $updatedData = [])
    {
        $expectation = $entity->shouldReceive('save');

        if ($expectation instanceof m\CompositeExpectation) {
Severity: Minor
Found in src/Testing/MocksEntityManager.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status