schemadotorg_demo-1.0.x-dev/tests/src/Unit/SchemaDotOrgDemoTest.php
tests/src/Unit/SchemaDotOrgDemoTest.php
<?php
declare(strict_types=1);
namespace Drupal\Tests\schemadotorg_demo\Unit;
use Drupal\Tests\UnitTestCase;
/**
* Test to trigger Drupal GitLab CI pipeline.
*
* @group schemadotorg
*/
class SchemaDotOrgDemoTest extends UnitTestCase {
/**
* Test to trigger Drupal GitLab CI pipeline.
*/
public function test(): void {
$this->assertTrue(TRUE);
}
}
