support-2.0.x-dev/tests/src/SupportUnitTest.php
tests/src/SupportUnitTest.php
<?php
namespace Drupal\Tests\support;
use Drupal\Tests\UnitTestCase;
/**
* Support Unit Test class.
*
* @todo Add coversDefaultClass \Drupal\support\Support
*
* @group support
*/
class SupportUnitTest extends UnitTestCase {
/**
* Tests that unit tests work.
*/
public function testGeneric() {
// @todo Add real test code here.
$this->assertEquals(TRUE, TRUE, 'Tautology is true.');
}
}
