public static function EntityTest::getInfo in Image Replace 7
File
- src/
Tests/ EntityTest.php, line 17
Class
- EntityTest
- Tests functionality of the replace image effect.
Namespace
Drupal\image_replace\TestsCode
public static function getInfo() {
return array(
'name' => 'Entity',
'description' => 'Tests core entity API integration for the replace image effect',
'group' => 'Image Replace',
);
}