Example #1
0
 public function testSerialize()
 {
     $id = new ItemId('Q1');
     $this->assertSame('["item","Q1"]', $id->serialize());
 }