See also: Mock
Author: Markus Malkusch (markus@malkusch.de)
Inheritance: extends PHPUnit_Framework_TestCase
 protected function setup()
 {
     parent::setUp();
     $this->prophet = new PHPProphet();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->workaroundMockeryIssue268();
 }