芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/resupres/dddse/modules/cache/tests/cache/SqliteTest.php
markTestSkipped('SQLite PDO PHP Extension is not available'); } if ( ! Kohana::$config->load('cache.sqlite')) { $this->markTestIncomplete('Unable to load sqlite configuration'); } $this->cache(Cache::instance('sqlite')); } } // End Kohana_SqliteTest