Declares test information.
File
- drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php, line 50
- Contains \Drupal\custom_block\Tests\CustomBlockFieldTest.
Class
- CustomBlockFieldTest
- Tests the block edit functionality.
Namespace
Drupal\custom_block\Tests
Code
public static function getInfo() {
return array(
'name' => 'Custom Block field test',
'description' => 'Test block fieldability.',
'group' => 'Custom Block',
);
}