assertTrue($data); } /** * @depends testSomething */ public function testSomethingElse() { } public function provider() { return [[true]]; } }