public function DrupalTest::test in Autoload 7
Same name and namespace in other branches
- 7.2 src/Tests/Unit/DrupalTest.php \Drupal\autoload\Tests\Unit\DrupalTest::test()
 
Unit tests for auxiliary functions.
Overrides AuxiliaryTest::test
File
- src/
Tests/ Unit/ DrupalTest.php, line 29  
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();
}