public function EntityTest::test in Autoload 7
Same name and namespace in other branches
- 7.2 src/Tests/Unit/EntityTest.php \Drupal\autoload\Tests\Unit\EntityTest::test()
 
Unit tests for auxiliary functions.
Overrides AuxiliaryTest::test
File
- src/
Tests/ Unit/ EntityTest.php, line 18  
Class
- EntityTest
 - Class EntityTest.
 
Namespace
Drupal\autoload\Tests\UnitCode
public function test() {
  // The next error must not appear:
  // Error: Class 'Drupal\autoload_test_entity_ui\ViewsController' not found
  // in entity_views_data() (line 31 of sites/all/modules/entity/views/entity.
  // views.inc).
}