<?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; final class ExampleTest extends TestCase { /** * A basic test example. */ public function testBasicTest(): void { $this->assertTrue(true); } }