Inheritance: implements Alcaeus\MongoDbAdapter\TypeInterface
コード例 #1
0
 public function testConvert()
 {
     $minKey = new \MongoMinKey();
     $this->skipTestUnless($minKey instanceof TypeInterface);
     $this->assertInstanceOf('MongoDB\\BSON\\MinKey', $minKey->toBSONType());
 }
コード例 #2
0
 public function testConvert()
 {
     $minKey = new \MongoMinKey();
     $this->assertInstanceOf('MongoDB\\BSON\\MinKey', $minKey->toBSONType());
 }