public function DrupalTest::test in Autoload 7.2
Same name and namespace in other branches
- 7 src/Tests/Unit/DrupalTest.php \Drupal\autoload\Tests\Unit\DrupalTest::test()
File
- src/
Tests/ Unit/ DrupalTest.php, line 25
Class
- DrupalTest
- Class DrupalTest.
Namespace
Drupal\autoload\Tests\UnitCode
public function test() {
// If something will not work we'll get fatal error :)
new \Drupal\autoload_test_drupal\PSR0();
new \Drupal\autoload_test_drupal\PSR4();
}