You are here

public static function LibraresUiControllerTest::getInfo in Libraries UI 8

File

Tests/Controller/LibraresUiControllerTest.php, line 15

Class

LibraresUiControllerTest
Provides automated tests for the libraries_ui module.

Namespace

Drupal\libraries_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => "libraries_ui LibraresUiController's controller functionality",
    'description' => 'Test Unit for module libraries_ui and controller LibraresUiController.',
    'group' => 'Other',
  );
}