/**
  * @see PHPUnit_Framework_TestCase::setUp()
  */
 public function setUp()
 {
     parent::setUp();
 }
 /**
  * @see PHPUnit_Payloadwork_TestCase::setUp()
  */
 public function setUp()
 {
     parent::setUp();
     $this->payload = $this->getInstance();
 }
Beispiel #3
0
 public function setUp()
 {
     parent::setUp();
     $this->tmp = tempnam('/tmp', 'wrench');
 }
Beispiel #4
0
 /**
  * @see PHPUnit_Framework_TestCase::setUp()
  */
 public function setUp()
 {
     parent::setUp();
     $this->frame = $this->getNewFrame();
 }