File
- drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/MiscUnitTest.php, line 17
- Definition of Drupal\system\Tests\Bootstrap\MiscUnitTest.
Class
- MiscUnitTest
- Tests miscellaneous functions in bootstrap.inc.
Namespace
Drupal\system\Tests\Bootstrap
Code
public static function getInfo() {
return array(
'name' => 'Miscellaneous bootstrap unit tests',
'description' => 'Test miscellaneous functions in bootstrap.inc.',
'group' => 'Bootstrap',
);
}