public function CustomTest::test in Autoload 7
Same name and namespace in other branches
- 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\UnitCode
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();
}