コード例 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->jd = new JDownloaderRPCMockBuilder($this);
     $this->notFoundFile1 = new JDownloaderFile('bludkkd');
     $this->notFoundFile1->setStatus('File not found');
     $this->client = $this->getMock('SerienLoader\\Client', array(), array('http://serien-loader-mock.ps-webforge.com'));
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->jd = new JDownloaderRPCMockBuilder($this);
 }
コード例 #3
0
 public function setUp()
 {
     $this->chainClass = 'SerienLoader\\Client';
     parent::setUp();
     $this->dispatcher = new RequestDispatcherBuilder($this);
 }