示例#1
0
 /**
  * Tests getInstance
  */
 public function testGetInstance()
 {
     $cb = CodebirdT::getInstance();
     $this->assertInstanceOf('\\Codebird\\Codebird', $cb);
 }