File
- drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php, line 24
- Definition of Drupal\system\Tests\Bundle\BundleTest.
Class
- BundleTest
- Tests bundle registration to the DIC.
Namespace
Drupal\system\Tests\Bundle
Code
public static function getInfo() {
return array(
'name' => 'Bundle Registration',
'description' => 'Tests bundle registration to the DIC.',
'group' => 'Bundle',
);
}