示例#1
0
 /**
  * Tests setReturnFormat
  */
 public function testSetReturnFormat()
 {
     $cb = new CodebirdT();
     $cb->setReturnFormat(CODEBIRD_RETURNFORMAT_JSON);
     $this->assertEquals($cb->get('_return_format'), CODEBIRD_RETURNFORMAT_JSON);
 }