function DrupalDebugClassLoaderTest::setUp
File
-
core/
tests/ Drupal/ Tests/ TestTools/ ErrorHandler/ DrupalDebugClassLoaderTest.php, line 28
Class
- DrupalDebugClassLoaderTest
- Tests the DrupalDebugClassLoader.
Namespace
Drupal\Tests\TestTools\ErrorHandlerCode
protected function setUp() : void {
parent::setUp();
$this->loader = new DrupalDebugClassLoader(function () : void {
});
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.