You are here

public function SupportTest::testGeneric in Support Ticketing System 8

Tests that unit tests work.

File

tests/src/SupportUnitTest.php, line 22
Contains \Drupal\Tests\support\SupportUnitTest;

Class

SupportTest
@todo Add coversDefaultClass \Drupal\support\Support

Namespace

Drupal\Tests\support

Code

public function testGeneric() {

  // @todo Add real test code here.
  $this
    ->assertEquals(TRUE, TRUE, 'Tautology is true.');
}