You are here

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

File

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

Class

PageLoadProgressAdminSettingsFormTest
Tests for the page_load_progress module.

Namespace

Drupal\Tests\page_load_progress\Functional

Code

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