public static function ImagecacheProportionsFormatterTest::getInfo in Imagecache Proportions 8
File
- src/
Tests/ ImagecacheProportionsFormatterTest.php, line 27 - Definition of Drupal\imagecache_proportions\Tests\ImagecacheProportionsFormatterTest.
Class
- ImagecacheProportionsFormatterTest
- Test class to check that formatters and display settings are working.
Namespace
Drupal\imagecache_proportions\TestsCode
public static function getInfo() {
return array(
'name' => 'Imagecache proportion formatter tests',
'description' => 'Test the display of image fields.',
'group' => 'Image',
);
}