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