You are here

public static function CmisRepositoryControllerTest::getInfo in CMIS API 8

File

Tests/Controller/CmisRepositoryControllerTest.php, line 19
Contains \Drupal\cmis\Tests\CmisRepositoryController.

Class

CmisRepositoryControllerTest
Provides automated tests for the cmis module.

Namespace

Drupal\cmis\Tests

Code

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