@depends testOne @depends testTwo
public function testThree($a, $b) { $this ->assertEquals('foo', $a); $this ->assertEquals('bar', $b); }