namespace ; use PHPUnit\Framework\TestCase; class extends TestCase { public function testSomething(): void { $this->assertTrue(true); } }