1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-05 20:18:16 +01:00

19 lines
255 B
PHP
Raw Normal View History

2021-04-16 03:30:00 +04:30
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}