You are here

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\Unit

Code

public static function getInfo() {
  $info = parent::getInfo();
  $info['name'] = 'Seeker';
  $info['description'] = t('Testing class seeker.');
  return $info;
}