Inheritance: implements Mongolid\Serializer\SerializableTypeInterface, implements JsonSerializabl\JsonSerializable
Ejemplo n.º 1
0
 public function testShouldBeCastableToString()
 {
     $objectId = new ObjectID($this->mongoId);
     $this->assertSame((string) $this->mongoId, (string) $objectId->convert());
 }