Phalcon\Test\Cache\Backend\DatabaseTest::testShouldThrowExceptionIfDbIsMissingOrInvalid PHP Method

testShouldThrowExceptionIfDbIsMissingOrInvalid() public method

    public function testShouldThrowExceptionIfDbIsMissingOrInvalid($options)
    {
        new CacheBackend(new CacheFrontend(), $options);
    }