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

testSerialize() 공개 메소드

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