wordpress-develop/tests/phpunit/tests
Sergey Biryukov fb7ada9e9a Comment out some CSS files in $_old_files that were added back as a result of [36341].
Add a unit test to make sure the `$_old_files` array does not contain any current project files.

Props joemcgill, swissspidy.
Fixes #36083.

git-svn-id: https://develop.svn.wordpress.org/trunk@36843 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-04 07:55:21 +00:00
..
actions
admin Comment out some CSS files in $_old_files that were added back as a result of [36341]. 2016-03-04 07:55:21 +00:00
ajax
attachment
canonical Tests: Add more paged canonical tests for page_on_front. 2016-01-09 08:08:47 +00:00
category Make sure an assertion takes place in 'visited' test for get_category_parents(). 2016-02-29 20:30:04 +00:00
comment Allow comments to be queried by 'any' post_type or post_status. 2016-02-06 04:50:05 +00:00
customize Customize: Define params on WP_Customize_Partial::render_callback() for the sake of subclasses overriding this method. 2016-03-02 06:08:38 +00:00
date
db Tests: When testing the utf8mb4 charset, ensure that the current MySQL server has utf8mb4 support. 2015-12-29 04:39:02 +00:00
dependencies Styles: Clarify the allowed values for the $media parameter of wp_register_style()/wp_enqueue_style(). 2016-02-23 20:40:43 +00:00
external-http
feed Improve Automated Feed Tests 2016-02-12 19:02:25 +00:00
filesystem
formatting Formatting: In sanitize_title_with_dashes(), convert &nbsp, &ndash, and &mdash HTML entities to hyphens on save. 2016-02-29 04:41:03 +00:00
functions Tests: Add unit tests for number_format_i18n(). 2016-03-01 21:19:20 +00:00
general Template: Always display the site title on the front page. 2016-01-04 17:15:31 +00:00
http HTTP API: Add the missing 1xx HTTP response codes as constants of the WP_Http class, and add tests to ensure all available response codes are covered. 2016-02-28 01:45:24 +00:00
image Media: Update unit tests after change to default image quality. 2016-02-22 23:13:27 +00:00
import
includes Tests: setExpectedDeprecated and setExpectedIncorrectUsage tests should make assertions. 2016-02-29 21:55:41 +00:00
l10n Tests: Don't modify global state before checking whether to skip get_locale() tests. 2016-02-26 20:28:07 +00:00
link Permalinks: Make get_post_type_archive_link() work for the 'post' post type. 2016-01-08 22:00:48 +00:00
meta Remove tests related to wp_*_post_meta() functions. 2016-02-29 22:13:28 +00:00
multisite 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
oembed Embeds: Use a more accessible way to initially hide the iframe. 2016-02-25 10:22:43 +00:00
option
pomo mbstring.func_overload test should be skipped properly. 2016-02-29 22:37:42 +00:00
post Posts: Add tests for the cascading fallback behavior of several 'public'-related arguments in register_post_type(). 2016-02-28 22:58:45 +00:00
query Remove erroneous return in date_query test. 2016-02-29 22:40:20 +00:00
rest-api OPTIONS requests to REST API should return Allow header. 2016-03-03 09:54:32 +00:00
rewrite Correct some more tests which were using example.org instead of WP_TESTS_DOMAIN. 2016-02-26 00:25:10 +00:00
term Improve 'offset' calculation when querying for hierarchical terms. 2016-02-24 19:12:45 +00:00
theme Themes: Enhance filtering options for allowed themes on a network. 2016-01-20 18:28:33 +00:00
user
xmlrpc XML-RPC: Revert [34681] as it broke date handling. 2016-01-03 19:48:07 +00:00
actions.php
adminbar.php
auth.php Authentication: Allow users to log in using their email address. 2016-02-22 23:14:27 +00:00
avatar.php
basic.php Put an assertion in test_nonexistent_array() test. 2016-02-29 20:34:48 +00:00
cache.php
canonical.php Canonical: Improve the method names and inline docs for canonical redirect tests. 2016-02-25 21:55:57 +00:00
category.php
comment-submission.php Comments: Restrict the maximum characters for input fields within the comments template. 2016-01-13 01:24:46 +00:00
comment.php Comments: Unit test for `wp_get_comment_fields_max_lengths(). 2016-02-12 14:17:13 +00:00
compat.php
cron.php
db.php Tests: Use the new wpdb::close() method for closing the DB connection. 2016-02-05 01:05:47 +00:00
dbdelta.php Tests: Add Tests_dbDelta::assertTableHasPrimaryKey(). 2016-02-17 18:54:27 +00:00
dependencies.php
file.php
filters.php
functions.php Date/Time: Add a unit test for mysql_to_rfc3339(). 2016-03-03 13:16:31 +00:00
kses.php
l10n.php L10n: Add unit tests for _n_noop() and _nx_noop(). 2016-02-28 20:48:58 +00:00
link.php
locale.php I18N: Introduce tests for WP_Locale. 2016-01-13 23:49:52 +00:00
mail.php Tests: Make sure that test_wp_mail_break_it() makes an assertion. 2016-02-29 22:04:32 +00:00
media.php Improve the performance of wp_upload_dir(): 2016-02-17 22:51:01 +00:00
meta.php
multisite.php
pluggable.php Users: Deprecate the get_currentuserinfo() pluggable function. 2016-01-15 10:15:21 +00:00
post.php Taxonomy: Fix unit tests after [36308]. 2016-01-15 09:12:18 +00:00
query.php WP_Query taxonomy query vars should be set to first of multiple taxonomies. 2016-02-06 03:57:33 +00:00
rest-api.php REST API: Unit test for OPTIONS request should call rest_send_allow_header 2016-03-03 11:37:48 +00:00
rewrite.php Rewrite Rules: Ensure url_to_postid() operates as expected when it's used in the context of another site within a Multisite network that uses mixed URL schemes. 2016-02-28 02:12:13 +00:00
shortcode.php Tests: Use the correct URL in some shortcode tests. 2015-12-26 04:50:23 +00:00
taxonomy.php Introduce publicly_queryable taxonomy argument. 2016-02-13 03:50:37 +00:00
term.php
theme.php
upload.php Correct some more tests which were using example.org instead of WP_TESTS_DOMAIN. 2016-02-26 00:25:10 +00:00
url.php Refactor some janky URL tests into data providers for clarity and better error reporting. 2016-02-26 02:10:32 +00:00
user.php Use markTestSkipped() to skip a multisite-only test. 2016-02-29 22:55:56 +00:00
walker.php
widgets.php Widgets: Revert [34465], as it introduced a regression, making the $index argument of dynamic_sidebar() case-sensitive. 2015-12-31 03:12:36 +00:00
wp.php Query: Add a WP::remove_query_var() helper function. 2016-01-05 20:56:10 +00:00