示例#1
0
文件: SimpleMapTest.php 项目: fwk/xml
 /**
  */
 public function test__toString()
 {
     $this->assertInternalType('string', $this->object->__toString());
 }