Wordpress/tests/phpunit/includes
Jeremy Felt b6969df877 Multisite: Use `get_site()` in tests where `get_blog_details()` is not tested.
Remaining tests either rely on the `blog-details` cache key or test `get_blog_details()` itself.

Props flixos90.
Fixes #38497.


git-svn-id: https://develop.svn.wordpress.org/trunk@38935 602fd350-edb4-49c9-b593-d223f7449a82
2016-10-25 23:03:15 +00:00
..
factory Multisite: Use `get_site()` in tests where `get_blog_details()` is not tested. 2016-10-25 23:03:15 +00:00
bootstrap.php Tests: Fix a PHP notice introduced in [38907]. 2016-10-25 11:05:17 +00:00
class-basic-object.php Tests: Add docblocks for `Basic_Object` and `Basic_Subclass` classes. 2016-08-30 14:31:56 +00:00
class-basic-subclass.php Tests: Add docblocks for `Basic_Object` and `Basic_Subclass` classes. 2016-08-30 14:31:56 +00:00
exceptions.php
factory.php Add tests for `get_bookmarks()` cache. 2016-05-25 18:20:24 +00:00
functions.php Tests: Use a minimal theme for tests. 2016-10-25 10:24:57 +00:00
install.php Tests: Fix a PHP notice introduced in [38907]. 2016-10-25 11:05:17 +00:00
mock-fs.php
mock-image-editor.php
mock-mailer.php Mail: Improve handling of UTF-8 address headers. 2016-07-13 18:03:52 +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 Plugins: Move capability checks further up in `wp_ajax_update_plugin()` and `wp_ajax_delete_plugin()`. 2016-07-27 17:42:01 +00:00
testcase-canonical.php Built/Test Tools: Unify the way the permastructure is set when used in conjunction with re-registering the initial taxonomies. This ensure that rewrite rules for taxonomies are consistently available. 2016-09-26 17:01:48 +00:00
testcase-rest-api.php
testcase-rest-controller.php REST API: Introduce the Content API endpoints. 2016-10-20 02:54:12 +00:00
testcase-rest-post-type-controller.php REST API: Introduce the Content API endpoints. 2016-10-20 02:54:12 +00:00
testcase-xmlrpc.php Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389. 2016-08-31 16:30:48 +00:00
testcase.php Tests: Reset post-related globals after each test. 2016-09-30 03:15:36 +00:00
trac.php
utils.php REST API: Introduce the Content API endpoints. 2016-10-20 02:54:12 +00:00
wp-profiler.php