public static function ServiceDestructionTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ServiceDestructionTest.php, line 19
Contains \Drupal\system\Tests\DrupalKernel\ServiceDestructionTest.

Class

ServiceDestructionTest
Tests the service destruction functionality.

Namespace

Drupal\system\Tests\DrupalKernel

Code

public static function getInfo() {
  return array(
    'name' => 'Service destruction',
    'description' => 'Tests that services are correctly destructed.',
    'group' => 'DrupalKernel',
  );
}