public function testToPHPInString() { $type = new BinDataType(); $function = $this->getTypeFunction($type->toPHPInString()); $this->assertSame('123', $function(new \MongoDB\BSON\Binary('123', \MongoDB\BSON\Binary::TYPE_GENERIC))); }
public function testToPHPInString() { $type = new BinDataType(); $function = $this->getTypeFunction($type->toPHPInString()); $this->assertSame('123', $function(new \MongoBinData('123'))); }