function ViewsHandlerManyToOneTest::getInfo
Provide the test's meta information.
File
-
tests/
handlers/ views_handler_manytoone.test, line 46
Class
- ViewsHandlerManyToOneTest
- Tests the many to one helper handler class.
Code
public static function getInfo() {
return array(
'name' => 'Handler: Many To One Helper',
'description' => 'Tests the many to one helper handler',
'group' => 'Views Handlers',
);
}