public static function ContextConditionContextEntityNoFieldTest::getInfo in Context entity field 7
Testsuite information.
Return value
array Array with infromation about test suite.
File
- tests/
context_entity_field.test, line 446 - Test context condition.
Class
- ContextConditionContextEntityNoFieldTest
- Test context contition to entity without field.
Code
public static function getInfo() {
return array(
'name' => 'Condition: field missing',
'description' => 'Test Entity Field condition for missing fields.',
'group' => 'Context Entity Field',
);
}