Phalcon\Test\Cache\Backend\DatabaseTest::testShouldThrowExceptionIfDbIsMissingOrInvalid PHP Méthode

testShouldThrowExceptionIfDbIsMissingOrInvalid() public méthode

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