You are here

public function PmDashboardControllerTest::testPmDashboardController in Drupal PM (Project Management) 4.x

Tests pm functionality.

File

tests/Controller/PmDashboardControllerTest.php, line 47

Class

PmDashboardControllerTest
Provides automated tests for the pm module.

Namespace

Drupal\pm\Tests

Code

public function testPmDashboardController() {

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