Example #1
0
 /**
  * @covers Pronamic\Twinfield\Secure\Config::getOffice
  * @todo   Implement testGetOffice().
  */
 public function testGetOffice()
 {
     $this->object->setCredentials('testUsername', 'testPassword', 'testOrganisation', 1001);
     $this->assertSame($this->object->getOffice(), 1001);
 }