Exemplo n.º 1
0
 public function tearDown()
 {
     parent::tearDown();
     if ($this->tmp) {
         @unlink($this->tmp);
     }
 }
Exemplo n.º 2
0
 /**
  * @see PHPUnit_Framework_TestCase::setUp()
  */
 public function setUp()
 {
     parent::setUp();
 }
Exemplo n.º 3
0
 /**
  * @see PHPUnit_Payloadwork_TestCase::setUp()
  */
 public function setUp()
 {
     parent::setUp();
     $this->payload = $this->getInstance();
 }
Exemplo n.º 4
0
 /**
  * @see PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
     unset($this->frame);
 }