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

testSerialize() public méthode

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