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

testGetNestedCollections() public method

    public function testGetNestedCollections()
    {
        $collection = $this->getCollection()->foo->bar;
        $this->assertSame('mongo-php-adapter.test.foo.bar', (string) $collection);
    }
MongoCollectionTest