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

testSerialize() public method

public testSerialize ( )
    public function testSerialize()
    {
        $this->assertInternalType('string', serialize($this->getCollection()));
    }
MongoCollectionTest