You are here

public function CmisRepositoryControllerTest::testCmisRepositoryController in CMIS API 8

Tests cmis functionality.

File

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

Class

CmisRepositoryControllerTest
Provides automated tests for the cmis module.

Namespace

Drupal\cmis\Tests

Code

public function testCmisRepositoryController() {

  // Check that the basic functions of module cmis.
  $this
    ->assertEquals(TRUE, TRUE, 'Test Unit Generated via App Console.');
}