You are here

public function LikeDislikeControllerTest::testLikeDislikeController in Like/Dislike 8

Tests like_dislike functionality.

File

Tests/Controller/LikeDislikeControllerTest.php, line 32

Class

LikeDislikeControllerTest
Provides automated tests for the like_dislike module.

Namespace

Drupal\like_dislike\Tests

Code

public function testLikeDislikeController() {

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