public function XcacheCacheTest::setUp

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php, line 9

Class

XcacheCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

public function setUp() {
  if (!extension_loaded('xcache')) {
    $this
      ->markTestSkipped('The ' . __CLASS__ . ' requires the use of xcache');
  }
}