You are here

SupportUnitTest.php in Support Ticketing System 8

Contains \Drupal\Tests\support\SupportUnitTest;

File

tests/src/SupportUnitTest.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Tests\support\SupportUnitTest;
 */
namespace Drupal\Tests\support;

use Drupal\Tests\UnitTestCase;

/**
 * @todo Add coversDefaultClass \Drupal\support\Support
 *
 * @group support
 */
class SupportTest extends UnitTestCase {

  /**
   * Tests that unit tests work.
   */
  public function testGeneric() {

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

}

Classes

Namesort descending Description
SupportTest @todo Add coversDefaultClass \Drupal\support\Support