Alcaeus\MongoDbAdapter\Tests\Mongo\MongoDeleteBatchTest::testSerialize PHP Method

testSerialize() public method

public testSerialize ( )
    public function testSerialize()
    {
        $batch = new \MongoDeleteBatch($this->getCollection());
        $this->assertInternalType('string', serialize($batch));
    }