You are here

public function CustomTest::test in Autoload 7

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

Unit tests for auxiliary functions.

Overrides AuxiliaryTest::test

File

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

Class

CustomTest
Class CustomTest.

Namespace

Drupal\autoload\Tests\Unit

Code

public function test() {

  // If something will not work we'll get fatal error :)
  new \Autoload\Tests\PSR0();
  new \Autoload\Tests\PSR4();
  new \AutoloadTests\PSR4();
  new \Autoload\Tests\Example\Test();
}