Files
cheerstothe_season_2.0/jwt-auth/tests/Unit/ExampleTest.php

17 lines
243 B
PHP
Raw Normal View History

2024-05-25 14:43:26 +05:30
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function test_that_true_is_true(): void
{
$this->assertTrue(true);
}
}