Esempio n. 1
0
 public function testGetMappedMethod()
 {
     $this->assertInstanceOf('\\MongoId', MongoId::getMapped('51b14c2de8e185801f000006'));
     $this->assertInstanceOf('\\MongoId', MongoId::getMapped(['$id' => '51b14c2de8e185801f000006']));
     $this->assertInstanceOf('\\MongoId', MongoId::getMapped(' 51b14c2de8e185801f000006'));
 }