Inheritance: implements Alcaeus\MongoDbAdapter\TypeInterface
Exemplo n.º 1
0
 public function testConvert()
 {
     $minKey = new \MongoMinKey();
     $this->skipTestUnless($minKey instanceof TypeInterface);
     $this->assertInstanceOf('MongoDB\\BSON\\MinKey', $minKey->toBSONType());
 }
 public function testConvert()
 {
     $minKey = new \MongoMinKey();
     $this->assertInstanceOf('MongoDB\\BSON\\MinKey', $minKey->toBSONType());
 }