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