Wordpress/tests/phpunit/includes
Dion Hulse f70e623991 XMLRPC: Revert the changes to `WP_XMLRPC_UnitTestCase` in [35366] as they weren't required.
See #34336


git-svn-id: https://develop.svn.wordpress.org/trunk@35367 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-23 04:49:08 +00:00
..
bootstrap.php Initialise `$_SERVER['SERVER_NAME']` during the test bootstrap to avoid individual tests having to do it. 2015-10-21 23:51:45 +00:00
exceptions.php
factory.php Unit Tests: `WP_UnitTest_Generator_Sequence` needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static). 2015-10-17 19:24:20 +00:00
functions.php
install.php Initialise `$_SERVER['SERVER_NAME']` during the test bootstrap to avoid individual tests having to do it. 2015-10-21 23:51:45 +00:00
mock-fs.php
mock-image-editor.php
mock-mailer.php
speed-trap-listener.php Unit Tests: PHP 5.2, I Hate You and You Are Bringing Me Down. 2015-10-16 21:14:52 +00:00
spy-rest-server.php REST API: Introduce baby API to the world. 2015-10-08 02:30:18 +00:00
testcase-ajax.php AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? They all eventually call `do_action( 'admin_init' )`, which has `_maybe_update_core`, `_maybe_update_plugins`, and `_maybe_update_themes` hooked to it. REMOVE THEM, and AJAX unit tests run like the wind. `Tests_Ajax_Response` is still slow. 2015-10-21 03:17:36 +00:00
testcase-canonical.php Unit Tests: `WP_UnitTest_Generator_Sequence` needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static). 2015-10-17 19:24:20 +00:00
testcase-rest-api.php REST API: Introduce baby API to the world. 2015-10-08 02:30:18 +00:00
testcase-xmlrpc.php XMLRPC: Revert the changes to `WP_XMLRPC_UnitTestCase` in [35366] as they weren't required. 2015-10-23 04:49:08 +00:00
testcase.php Initialise `$_SERVER['SERVER_NAME']` during the test bootstrap to avoid individual tests having to do it. 2015-10-21 23:51:45 +00:00
trac.php
utils.php Prevent non-public taxonomies from registering aquery var. 2015-10-21 16:53:51 +00:00
wp-profiler.php