defineServer( true, 'index.php', '/', '' ); $app = new App(''); $output = $app->runPico(); $this->assertTrue($app instanceof App); } public function testFailure(): void { $this->assertTrue(false); } }