runPico(); $this->assertTrue($app instanceof App); } public function testFailure(): void { $this->assertTrue(false); } }