Exemplo n.º 1
0
 /**
  * @test
  */
 public function testGetServiceName()
 {
     $this->assertEquals('serviceName', $this->object->getServiceName());
     $this->assertEquals('sampletoken', $this->object->getAccessToken());
     $this->assertEquals('sampleSrcret', $this->object->getTokenSecret());
 }
Exemplo n.º 2
0
 /**
  * @test
  */
 public function testGetServiceName()
 {
     $this->assertEquals('Invoice', $this->object->getServiceName());
 }