Alcaeus\MongoDbAdapter\Tests\Mongo\MongoInsertBatchTest::testSerialize PHP 메소드

testSerialize() 공개 메소드

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