Alcaeus\MongoDbAdapter\Tests\Mongo\MongoUpdateBatchTest::testSerialize PHP Méthode

testSerialize() public méthode

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