示例#1
0
 public function test_it_is_a_singleton()
 {
     $this->assertEquals($this->handler, HandHandler::getIns());
 }