function ArrayDiffUnitTest::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 3310
Class
- ArrayDiffUnitTest
- Test array diff functions.
Code
public static function getInfo() {
return array(
'name' => 'Array differences',
'description' => 'Performs tests on drupal_array_diff_assoc_recursive().',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.