public static function ScannerWithFieldCollectionTestCase::getInfo in Search and Replace Scanner 7
Overrides ScannerBasicsTestCase::getInfo
File
- tests/
ScannerWithFieldCollectionTestCase.test, line 16 - Test integration with Field Collection.
Class
- ScannerWithFieldCollectionTestCase
- Test integration with Field Collection.
Code
public static function getInfo() {
return array(
'name' => 'Scanner with Field Collection',
'description' => 'Repeat the base tests with Field Collection.',
'group' => 'scanner',
'dependencies' => array(
'devel',
'field_collection',
),
);
}