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

testRespondsToParentCall() public method

    public function testRespondsToParentCall()
    {
        $db = new MongoDb($this->_testConfig);
        $this->assertTrue($db->respondsTo('applyFilter'));
        $this->assertFalse($db->respondsTo('fooBarBaz'));
    }