You are here

public static function CustomTest::getInfo in Autoload 7.2

Same name and namespace in other branches
  1. 7 src/Tests/Unit/CustomTest.php \Drupal\autoload\Tests\Unit\CustomTest::getInfo()

File

src/Tests/Unit/CustomTest.php, line 18

Class

CustomTest
Class CustomTest.

Namespace

Drupal\autoload\Tests\Unit

Code

public static function getInfo() {
  return static::info(t('Testing functionality of autoloading custom namespaces.'));
}