You are here

public static function DrupalTest::getInfo in Autoload 7.2

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

File

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

Class

DrupalTest
Class DrupalTest.

Namespace

Drupal\autoload\Tests\Unit

Code

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