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

testPrefixed() public méthode

public testPrefixed ( )
    public function testPrefixed()
    {
        $backend = $this->getBackend('pre_');
        $this->runTests($backend);
        $this->runTests($backend, 1);
    }