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

testSerialize() public méthode

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