*/ class MongoMinKeyTest extends TestCase { public function testConvert() { $minKey = new \MongoMinKey(); $this->skipTestUnless($minKey instanceof TypeInterface); $this->assertInstanceOf('MongoDB\BSON\MinKey', $minKey->toBSONType()); } }