public function testType() { $this->assertEquals('map', Map::TYPE); $crdt = new Map([], ''); $this->assertEquals('map', $crdt->getType()); }