File
- drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php, line 19
- Contains Drupal\standard\Tests\StandardTest.
Class
- StandardTest
- Tests Standard installation profile expectations.
Namespace
Drupal\standard\Tests
Code
public static function getInfo() {
return array(
'name' => 'Standard installation profile',
'description' => 'Tests Standard installation profile expectations.',
'group' => 'Standard',
);
}