Alcaeus\MongoDbAdapter\Tests\Mongo\MongoCollectionTest::testSerialize PHP Метод

testSerialize() публичный Метод

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