Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#2668][#2581] Do not enable xcache tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 30, 2012
1 parent 460f6a1 commit 5d78275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestConfiguration.php.dist
Expand Up @@ -65,7 +65,7 @@ defined('TESTS_ZEND_BARCODE_PDF_SUPPORT') || define('TESTS_ZEND_BARCODE_PDF_SUPP
*/
defined('TESTS_ZEND_CACHE_APC_ENABLED') || define('TESTS_ZEND_CACHE_APC_ENABLED', false);
defined('TESTS_ZEND_CACHE_SQLITE_ENABLED') || define('TESTS_ZEND_CACHE_SQLITE_ENABLED', false);
defined('TESTS_ZEND_CACHE_XCACHE_ENABLED') || define('TESTS_ZEND_CACHE_XCACHE_ENABLED', true);
defined('TESTS_ZEND_CACHE_XCACHE_ENABLED') || define('TESTS_ZEND_CACHE_XCACHE_ENABLED', false);
defined('TESTS_ZEND_CACHE_XCACHE_ADMIN_AUTH') || define('TESTS_ZEND_CACHE_XCACHE_ADMIN_AUTH', false);
defined('TESTS_ZEND_CACHE_XCACHE_ADMIN_USER') || define('TESTS_ZEND_CACHE_XCACHE_ADMIN_USER', '');
defined('TESTS_ZEND_CACHE_XCACHE_ADMIN_PASS') || define('TESTS_ZEND_CACHE_XCACHE_ADMIN_PASS', '');
Expand Down

0 comments on commit 5d78275

Please sign in to comment.