Exemplo n.º 1
0
 /**
  * @test
  * @covers MrPrompt\Cielo\Transacao::setTid
  */
 public function setTid()
 {
     $tid = uniqid();
     $result = $this->object->setTid($tid);
     $this->assertInstanceOf('MrPrompt\\Cielo\\Transacao', $result);
 }