Beispiel #1
0
 /**
  * Tests Dropbox->getTimeOut()
  */
 public function testGetTimeOut()
 {
     $this->dropbox->setTimeOut(5);
     $this->assertEquals(5, $this->dropbox->getTimeOut());
 }