You are here

public static function PageLoadProgressAdminSettingsTest::getInfo in Page Load Progress 8

File

tests/src/Functional/PageLoadProgressAdminSettingsTest.php, line 38

Class

PageLoadProgressAdminSettingsTest
Tests for the page_load_progress module's admin settings.

Namespace

Drupal\Tests\page_load_progress\Functional

Code

public static function getInfo() {
  return [
    'name' => 'Page Load Progress admin settings',
    'description' => 'Tests the Page Load Progress admin settings.',
    'group' => 'Page Load Progress',
  ];
}