Phalcon\Test\Cache\Backend\DatabaseTest::testPrefixed PHP Метод

testPrefixed() публичный Метод

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