open-orchestra/open-orchestra-media-admin-bundle

View on GitHub
MediaAdmin/Tests/EventSubscriber/FolderSubscriberTest.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function testUpdatePath()
    {
        $parentFolderId = 'parent';
        $grandParentPath = '/';
        $parentPath = 'parentPath';
Severity: Minor
Found in MediaAdmin/Tests/EventSubscriber/FolderSubscriberTest.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status