Wordpress/tests/phpunit/includes
ericlewis 59c8ba7871 Build/Test Tools: Document PHP unit test classes.
Props boonebgorges.
Fixes #35494.


git-svn-id: https://develop.svn.wordpress.org/trunk@36854 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-05 19:47:41 +00:00
..
factory Build/Test Tools: Document PHP unit test classes. 2016-03-05 19:47:41 +00:00
bootstrap.php Remove (or at least reduce) the need to reset common `$_SERVER` variables before assertions or between tests, by introducing a method which automatically resets them during test setup. 2016-02-26 02:08:47 +00:00
exceptions.php
factory.php Build/Test Tools: Move class `WP_UnitTest_Factory` into its own file. 2016-01-27 03:26:15 +00:00
functions.php Remove (or at least reduce) the need to reset common `$_SERVER` variables before assertions or between tests, by introducing a method which automatically resets them during test setup. 2016-02-26 02:08:47 +00:00
install.php Remove (or at least reduce) the need to reset common `$_SERVER` variables before assertions or between tests, by introducing a method which automatically resets them during test setup. 2016-02-26 02:08:47 +00:00
mock-fs.php
mock-image-editor.php
mock-mailer.php Tests: Add decorators to PHPMailer mock object. 2016-02-20 03:40:49 +00:00
speed-trap-listener.php Unit Tests: Implement `addWarning()` method in SpeedTrapListener. 2015-12-04 16:40:10 +00:00
spy-rest-server.php REST API: Core typically sends nocache headers on all auth'ed responses, as in `wp`, `admin-ajax`, etc. Because the REST API infrastructure is hooked in pre-wp, we should be setting this ourselves. 2015-12-04 23:35:54 +00:00
testcase-ajax.php
testcase-canonical.php Tests: Remove some debug that's slipped in at some point. 2016-01-09 06:11:58 +00:00
testcase-rest-api.php
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 Build/Test Tools: Document PHP unit test classes. 2016-03-05 19:47:41 +00:00
trac.php
utils.php Introduce `publicly_queryable` taxonomy argument. 2016-02-13 03:50:37 +00:00
wp-profiler.php