public static function ResettableStaticUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php, line 17
Definition of Drupal\system\Tests\Bootstrap\ResettableStaticUnitTest.

Class

ResettableStaticUnitTest
Tests that resetting static variables works.

Namespace

Drupal\system\Tests\Bootstrap

Code

public static function getInfo() {
  return array(
    'name' => 'Resettable static variables test',
    'description' => 'Test that drupal_static() and drupal_static_reset() work.',
    'group' => 'Bootstrap',
  );
}