public static function MinimalTest::getInfo

File

drupal/core/profiles/minimal/lib/Drupal/minimal/Tests/MinimalTest.php, line 19
Contains Drupal\minimal\Tests\MinimalTest.

Class

MinimalTest
Tests Minimal installation profile expectations.

Namespace

Drupal\minimal\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Minimal installation profile',
    'description' => 'Tests Minimal installation profile expectations.',
    'group' => 'Minimal',
  );
}