示例#1
0
 public function testToString()
 {
     $live = new Live();
     $this->assertEquals($live->getName(), $live->__toString());
 }