コード例 #1
0
ファイル: LiveTest.php プロジェクト: bmartinezteltek/PuMuKIT2
 public function testToString()
 {
     $live = new Live();
     $this->assertEquals($live->getName(), $live->__toString());
 }