public static function SeekerTest::getInfo in Autoload 7
Overrides AuxiliaryTest::getInfo
File
- src/
Tests/ Unit/ SeekerTest.php, line 18
Class
- SeekerTest
- Class SeekerTest.
Namespace
Drupal\autoload\Tests\UnitCode
public static function getInfo() {
$info = parent::getInfo();
$info['name'] = 'Seeker';
$info['description'] = t('Testing class seeker.');
return $info;
}