public static function OverlayCloseTest::getInfo

File

drupal/core/modules/overlay/lib/Drupal/overlay/Tests/OverlayCloseTest.php, line 24
Contains \Drupal\overlay\Tests\OverlayCloseTest.

Class

OverlayCloseTest
Tests that the overlay can be properly closed.

Namespace

Drupal\overlay\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Overlay closing functionality',
    'description' => 'Test that the overlay can be correctly closed.',
    'group' => 'Overlay',
  );
}