parse(); $this->assertEquals(array( array('pass' => true, 'suite' => 'SomeTest', 'test' => 'testAnother'), array('message' => 'SKIP'), ), $result); $this->assertEquals(0, $parser->getTotalFailures()); } }