You are here

public static function StateIntegrationTest::getInfo in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/service_container/Tests/StateIntegrationTest.php \Drupal\service_container\Tests\StateIntegrationTest::getInfo()

File

lib/Drupal/service_container/Tests/StateIntegrationTest.php, line 15
Contains \Drupal\service_container\Tests\StateIntegrationTest.

Class

StateIntegrationTest

Namespace

Drupal\service_container\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'State',
    'description' => 'Tests the state system',
    'group' => 'service_container',
  );
}