wordpress-develop/tests/phpunit/tests/option
Dominik Schilling (ocean90) cb4a9ea174 Tests: Skip some tests for the Transients API when an external object cache is in use.
`test_transient_data_with_timeout()`, `test_transient_add_timeout()`, `test_nonexistent_key_dont_delete_if_false()`, and `test_nonexistent_key_old_timeout` are testing option values which aren't available with an an external object cache like memcache.

see #31491.

git-svn-id: https://develop.svn.wordpress.org/trunk@33702 602fd350-edb4-49c9-b593-d223f7449a82
2015-08-21 20:32:42 +00:00
..
multisite.php Use a dataProvider for network option sanitization tests. 2015-05-28 06:37:44 +00:00
option.php Allow $autoload setting to be changed for existing options using update_option(). 2015-03-06 13:56:44 +00:00
sanitize-option.php Introduce unit tests for sanitize_option(). 2015-07-08 00:05:17 +00:00
siteOption.php Split and organize multisite unit tests 2014-10-16 05:06:22 +00:00
siteTransient.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
slashes.php Fix typo in a comment in slashing tests. 2015-01-07 07:08:47 +00:00
transient.php Tests: Skip some tests for the Transients API when an external object cache is in use. 2015-08-21 20:32:42 +00:00
updateOption.php Allow $autoload setting to be changed for existing options using update_option(). 2015-03-06 13:56:44 +00:00