示例#1
0
 public function testToString()
 {
     $this->assertEquals('', (string) $this->phone);
     $this->phone->setPhone('080011223355');
     $this->assertEquals('080011223355', (string) $this->phone);
 }