Wordpress/tests/phpunit/includes
Boone Gorges c97f234e6f Allow action and filter hooks to be deprecated.
When a filter or action hook is deprecated, the corresponding `apply_filters()`
or `do_action()` calls should be switched out with `apply_filters_deprecated()`
or `do_action_deprecated()`. The latter functions will throw a deprecation
before invoking the original hook.

Props solarissmoke, SergeyBiryukov, DrewAPicture.
Fixes #10441.

git-svn-id: https://develop.svn.wordpress.org/trunk@37861 602fd350-edb4-49c9-b593-d223f7449a82
2016-06-25 19:56:19 +00:00
..
factory Add tests for `get_bookmarks()` cache. 2016-05-25 18:20:24 +00:00
bootstrap.php Tests: Allow override of `MULTISITE` and `SUBDOMAIN_INSTALL` constants 2016-04-20 16:51:58 +00:00
exceptions.php
factory.php Add tests for `get_bookmarks()` cache. 2016-05-25 18:20:24 +00:00
functions.php
install.php Tests: Disable `foreign_key_checks` while dropping existing tables. 2016-06-08 03:03:16 +00:00
mock-fs.php
mock-image-editor.php
mock-mailer.php Tests: Introduce `reset_phpmailer_instance()` function. 2016-05-04 03:48:46 +00:00
speed-trap-listener.php
spy-rest-server.php REST API: Deliver parameters unadulterated instead of slashed. 2016-04-06 21:01:11 +00:00
testcase-ajax.php Media: Remove an extra quote when sending a link of a media file to the editor. 2016-04-21 21:20:26 +00:00
testcase-canonical.php
testcase-rest-api.php
testcase-xmlrpc.php
testcase.php Allow action and filter hooks to be deprecated. 2016-06-25 19:56:19 +00:00
trac.php
utils.php
wp-profiler.php