You are here

public function ToolkitImagemagickTest::providerManipulationTest in ImageMagick 8

Provides data for testManipulations.

Return value

array[] A simple array of simple arrays, each having the following elements:

  • binaries to use for testing.

File

tests/src/Functional/ToolkitImagemagickTest.php, line 88

Class

ToolkitImagemagickTest
Tests that core image manipulations work properly through Imagemagick.

Namespace

Drupal\Tests\imagemagick\Functional

Code

public function providerManipulationTest() {
  return [
    [
      'imagemagick',
    ],
    [
      'graphicsmagick',
    ],
  ];
}