Beispiel #1
0
 /**
  * Tests Dropbox::setUp
  *
  * @expectedException \phpbu\App\Backup\Sync\Exception
  */
 public function testSetUpNoPath()
 {
     $dropbox = new Dropbox();
     $dropbox->setup(array('token' => 'this-is-no-token'));
 }