public static function IgnoreSlaveSubscriberTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/IgnoreSlaveSubscriberTest.php, line 22

Class

IgnoreSlaveSubscriberTest
Tests the event subscriber that disables the slave database.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Slave database ignoring event listener',
    'description' => 'Tests that SlaveDatabaseIgnoreSubscriber functions correctly.',
    'group' => 'System',
  );
}