コード例 #1
0
ファイル: HandHandlerTest.php プロジェクト: rrylee/phppoker
 public function test_it_is_a_singleton()
 {
     $this->assertEquals($this->handler, HandHandler::getIns());
 }