protected function setup()
 {
     parent::setUp();
     $this->prophet = new PHPProphet();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->workaroundMockeryIssue268();
 }