lithium\tests\cases\data\source\MongoDbTest::testRespondsToWithNoServer PHP Method

testRespondsToWithNoServer() public method

    public function testRespondsToWithNoServer()
    {
        $db = new MongoDb($this->_testConfig);
        $this->assertFalse($db->respondsTo('listDBs'));
        $this->assertFalse($db->respondsTo('foobarbaz'));
    }