public function test_start_coverage()
 {
     $this->driver->startCodeCoverage()->shouldBeCalled();
     $this->handler->startTest();
 }
 /**
  * @param PHPUnit_Framework_Test $test
  */
 public function startTest(PHPUnit_Framework_Test $test)
 {
     $this->handler->startTest();
 }