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

testSerialize() 공개 메소드

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