claro-8.x-1.x-dev/tests/src/Unit/EmptyTest.php
tests/src/Unit/EmptyTest.php
<?php
namespace Drupal\Tests\claro\Unit;
use Drupal\Tests\UnitTestCase;
/**
* Empty test to work around DrupalCI bug.
*
* @group claro
*/
class EmptyTest extends UnitTestCase {
/**
* Empty test to work around DrupalCI bug.
*/
public function testEmpty() {
$this->assertTrue(TRUE);
}
}
