public function WincacheCacheTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php \Doctrine\Tests\Common\Cache\WincacheCacheTest::setUp()
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ WinCacheCacheTest.php, line 9
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function setUp() {
if (!extension_loaded('wincache') || !function_exists('wincache_ucache_info')) {
$this
->markTestSkipped('The ' . __CLASS__ . ' requires the use of Wincache');
}
}