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

View on GitHub
MediaAdmin/Tests/FileAlternatives/Strategies/ImageStrategyTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method setUp has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function setUp()
    {
        parent::setUp();

        Phake::when($this->mediaStorageManager)->exists('format1-' . $this->fullMediaFileSystemName)->thenReturn(true);
Severity: Minor
Found in MediaAdmin/Tests/FileAlternatives/Strategies/ImageStrategyTest.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status