public function tearDown()
 {
     if (isset($this->downloadsDir)) {
         $this->downloadsDir->delete();
     }
     if (isset($this->targetDir)) {
         $this->targetDir->delete();
     }
     parent::tearDown();
 }
Exemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->jd = new JDownloaderRPCMockBuilder($this);
 }
Exemplo n.º 3
0
 public function setUp()
 {
     $this->chainClass = 'SerienLoader\\Client';
     parent::setUp();
     $this->dispatcher = new RequestDispatcherBuilder($this);
 }