| .. |
|
Autop.php
|
Tests: wpautop() should not add extra </p> before <figcaption>.
|
2017-01-16 17:56:34 +00:00 |
|
balanceTags.php
|
Remove duplicated and superceded balance tags unit tests.
|
2014-01-27 02:57:51 +00:00 |
|
BlogInfo.php
|
Allow usage of angle brackets in a site title or tagline.
|
2015-12-06 20:28:26 +00:00 |
|
CleanPre.php
|
Use @expectedDeprecated. see #25282, [25408].
|
2013-09-12 18:37:32 +00:00 |
|
ConvertInvalidEntries.php
|
After [32896], update ConvertChars.php unit tests and rename to ConvertInvalidEntries.php.
|
2015-06-25 19:50:14 +00:00 |
|
date.php
|
Formatting: allow date strings to be passed to get_gmt_from_date(), instead of requiring 'Y-m-d H:i:s'.
|
2015-10-20 06:07:45 +00:00 |
|
Emoji.php
|
Emoji: Update some failing unit tests.
|
2016-10-04 10:37:59 +00:00 |
|
ent2ncr.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
EscAttr.php
|
After [33148]:
|
2015-07-14 17:55:07 +00:00 |
|
EscHtml.php
|
After [33148]:
|
2015-07-14 17:55:07 +00:00 |
|
EscTextarea.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
EscUrl.php
|
Use wp_parse_url() in esc_url() to avoid parsing bugs in < PHP 5.4.7.
|
2015-10-23 05:56:25 +00:00 |
|
GetUrlInContent.php
|
Update Tests_Formatting_GetUrlInContent::get_input_output() after [33858].
|
2015-09-05 14:05:05 +00:00 |
|
HtmlExcerpt.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
IsEmail.php
|
Better test method name in formatting/IsEmail.php.
|
2014-11-19 19:31:17 +00:00 |
|
isoDescrambler.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
JSEscape.php
|
After [33148]:
|
2015-07-14 17:55:07 +00:00 |
|
LikeEscape.php
|
Fix a unit test for the now deprecated function like_escape().
|
2014-06-10 01:21:33 +00:00 |
|
LinksAddTarget.php
|
Add unit tests for links_add_target(). Alter the patterns in links_add_target() and _links_add_target() slightly based on learnings after running tests.
|
2013-11-22 16:24:25 +00:00 |
|
MakeClickable.php
|
Formatting: Don't make links inside <script> and <style> tags clickable.
|
2015-12-09 23:54:24 +00:00 |
|
MapDeep.php
|
Tests: After [36100] use an object style which is compatible with PHP5 get_object_vars().
|
2015-12-29 05:43:05 +00:00 |
|
NormalizeWhitespace.php
|
Introduce unit tests for the normalize_whitespace() function.
|
2013-11-22 16:17:59 +00:00 |
|
redirect.php
|
Strip control characters before validating redirect.
|
2017-03-06 13:37:43 +00:00 |
|
RemoveAccents.php
|
I18N: Add support for Serbian crossed D in remove_accents().
|
2016-09-23 00:06:24 +00:00 |
|
SanitizeFileName.php
|
Media: Improve handling of extensionless filenames.
|
2016-06-21 13:43:59 +00:00 |
|
SanitizeMimeType.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
SanitizeOrderby.php
|
Clean up some edge cases in sanitize_sql_orderby().
|
2015-04-20 05:41:37 +00:00 |
|
SanitizePost.php
|
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
|
2015-10-17 18:02:16 +00:00 |
|
SanitizeTextField.php
|
General: Add a sanitize_textarea_field() function.
|
2016-10-26 05:16:09 +00:00 |
|
SanitizeTitle.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
SanitizeTitleWithDashes.php
|
Formatting: In sanitize_title_with_dashes(), convert  , &ndash, and &mdash HTML entities to hyphens on save.
|
2016-02-29 04:41:03 +00:00 |
|
SanitizeTrackbackUrls.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
SanitizeUser.php
|
Ensure sanitize_user() expected test values are lowercase on multisite.
|
2014-11-22 21:29:40 +00:00 |
|
SeemsUtf8.php
|
Repair the seems_utf8() tests that use Big5 encoding.
|
2014-11-22 20:56:23 +00:00 |
|
Slashit.php
|
Strip backslashes, not just forward slashes, from untrailingslashit().
|
2014-03-01 21:44:43 +00:00 |
|
Smilies.php
|
Smilies: Add the smilies filter.
|
2016-09-01 23:59:59 +00:00 |
|
StripSlashesDeep.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
UrlencodeDeep.php
|
Introduce map_deep(), a utility function that recursively maps a callable function to every item in an array or object. Works like array_walk_recursive() but works with objects too.
|
2015-10-17 23:25:21 +00:00 |
|
UrlEncodedToEntities.php
|
Add emoji URL support, and Twemoji fallback for displaying slugs in wp-admin, when the browser doesn't natively support emoji.
|
2015-03-11 22:54:49 +00:00 |
|
URLShorten.php
|
Formatting: move url_shorten() from wp-admin/includes/misc.php to wp-includes/formatting.php for more global access.
|
2015-10-21 03:47:23 +00:00 |
|
Utf8UriEncode.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
wp_basename.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
WpHtmlEditPre.php
|
Add expectedDeprecated flags to wp_richedit_pre() and wp_htmledit_pre() unit tests.
|
2015-06-23 14:41:39 +00:00 |
|
WpHtmlSplit.php
|
Improvements to PCRE benchmarking tests.
|
2015-10-02 13:50:12 +00:00 |
|
WPMakeLinkRelative.php
|
Formatting: wp_make_link_relative() should return an empty string if no path is present in the link.
|
2015-11-03 21:35:17 +00:00 |
|
WPRelNoFollow.php
|
Comments: Don't nofollow links within the site.
|
2015-12-30 23:19:11 +00:00 |
|
WpReplaceInHtmlTags.php
|
Remove svn:executable from test files.
|
2015-07-26 09:40:58 +00:00 |
|
WpRichEditPre.php
|
Add expectedDeprecated flags to wp_richedit_pre() and wp_htmledit_pre() unit tests.
|
2015-06-23 14:41:39 +00:00 |
|
WPSpecialchars.php
|
After [33148]:
|
2015-07-14 17:55:07 +00:00 |
|
WPStripAllTags.php
|
Basic unit tests and additional documentation for wp_strip_all_tags().
|
2014-01-27 03:15:29 +00:00 |
|
WPTexturize.php
|
Formatting: Avoid a PHP warning when wptexturize() is called with a trailing less-than symbol.
|
2016-02-18 20:30:54 +00:00 |
|
WpTrimExcerpt.php
|
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
|
2015-10-17 18:02:16 +00:00 |
|
WPTrimWords.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |
|
Zeroise.php
|
Move PHPUnit tests into a tests/phpunit directory.
|
2013-08-29 18:39:34 +00:00 |