Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-21802

eZImageManagerTest not performed because of wrong control structure

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 5.3
    • None
    • Test framework
    • None

    Description

      The eZImageManagerTest Suite only gets executed when ImageMagick and GD are installed, not when only one of them is present, due to this check:

      if ( !self::gdIsEnabled() or !self::imageMagickIsEnabled() )
                  $this->markTestSkipped( 'GD and/or ImageMagick are not enabled' );
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jgamez jgamez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: