Phalcon\Test\Cache\Backend\DatabaseTest::testPrefixed PHP 메소드

testPrefixed() 공개 메소드

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