public static function DrupalKernelTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php, line 21
Contains Drupal\system\Tests\DrupalKernel\DrupalKernelTest.

Class

DrupalKernelTest
Tests compilation of the DIC.

Namespace

Drupal\system\Tests\DrupalKernel

Code

public static function getInfo() {
  return array(
    'name' => 'DrupalKernel tests',
    'description' => 'Tests DIC compilation to disk.',
    'group' => 'DrupalKernel',
  );
}