You are here

public static function EntityBackgroundEnableCheckboxTest::getInfo in Entity background 7

File

tests/entity_background.test, line 44
Test classes for Entity backgrounds.

Class

EntityBackgroundEnableCheckboxTest
Class EntityBackgroundEnableCheckboxTest

Code

public static function getInfo() {
  return array(
    'name' => 'Test enable checkbox',
    'description' => 'Ensure that the bd_background field collection is attached to bundle when enabling',
    'group' => 'Entity background',
  );
}