Ejemplo n.º 1
0
 public function testSerialize()
 {
     $id = new PropertyId('P1');
     $this->assertSame('["property","P1"]', $id->serialize());
 }