Changeset 51623
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/formatting
- Files:
-
- 1 edited
- 56 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/convertSmilies.php
r51622 r51623 5 5 * @group emoji 6 6 */ 7 class Tests_Formatting_ Smilies extends WP_UnitTestCase {7 class Tests_Formatting_ConvertSmilies extends WP_UnitTestCase { 8 8 9 9 /** -
trunk/tests/phpunit/tests/formatting/ent2ncr.php
r48937 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_Ent2 NCRextends WP_UnitTestCase {6 class Tests_Formatting_Ent2ncr extends WP_UnitTestCase { 7 7 /** 8 8 * @dataProvider entities -
trunk/tests/phpunit/tests/formatting/escJs.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ JSEscapeextends WP_UnitTestCase {6 class Tests_Formatting_EscJs extends WP_UnitTestCase { 7 7 function test_js_escape_simple() { 8 8 $out = esc_js( 'foo bar baz();' ); -
trunk/tests/phpunit/tests/formatting/getBloginfo.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ BlogInfo extends WP_UnitTestCase {6 class Tests_Formatting_GetBloginfo extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/stripslashesDeep.php
r51622 r51623 5 5 * @group slashes 6 6 */ 7 class Tests_Formatting_Strip SlashesDeep extends WP_UnitTestCase {7 class Tests_Formatting_StripslashesDeep extends WP_UnitTestCase { 8 8 /** 9 9 * @ticket 18026 -
trunk/tests/phpunit/tests/formatting/urlShorten.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_U RLShorten extends WP_UnitTestCase {7 function test_ shorten_url() {6 class Tests_Formatting_UrlShorten extends WP_UnitTestCase { 7 function test_url_shorten() { 8 8 $tests = array( 9 9 'wordpress\.org/about/philosophy' => 'wordpress\.org/about/philosophy', // No longer strips slashes. -
trunk/tests/phpunit/tests/formatting/wpAutop.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ Autop extends WP_UnitTestCase {6 class Tests_Formatting_wpAutop extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/wpBasename.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WP_Basename extends WP_UnitTestCase {6 class Tests_Formatting_wpBasename extends WP_UnitTestCase { 7 7 8 8 function test_wp_basename_unix() { -
trunk/tests/phpunit/tests/formatting/wpHtmlExcerpt.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ HtmlExcerpt extends WP_UnitTestCase {6 class Tests_Formatting_wpHtmlExcerpt extends WP_UnitTestCase { 7 7 function test_simple() { 8 8 $this->assertSame( 'Baba', wp_html_excerpt( 'Baba told me not to come', 4 ) ); -
trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WpHtmlSplit extends WP_UnitTestCase {6 class Tests_Formatting_wpHtmlSplit extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/wpHtmleditPre.php
r51622 r51623 5 5 * @expectedDeprecated wp_htmledit_pre 6 6 */ 7 class Tests_Formatting_ WpHtmlEditPre extends WP_UnitTestCase {7 class Tests_Formatting_wpHtmleditPre extends WP_UnitTestCase { 8 8 9 9 function _charset_iso_8859_1() { -
trunk/tests/phpunit/tests/formatting/wpIsoDescrambler.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Test _WP_ISO_Descrambler extends WP_UnitTestCase {6 class Tests_Formatting_wpIsoDescrambler extends WP_UnitTestCase { 7 7 /* 8 8 * Decodes text in RFC2047 "Q"-encoding, e.g. -
trunk/tests/phpunit/tests/formatting/wpMakeLinkRelative.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPMakeLinkRelative extends WP_UnitTestCase {6 class Tests_Formatting_wpMakeLinkRelative extends WP_UnitTestCase { 7 7 8 8 public function test_wp_make_link_relative_with_http_scheme() { -
trunk/tests/phpunit/tests/formatting/wpRelNofollow.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_ Rel_No_Follow extends WP_UnitTestCase {6 class Tests_Formatting_wpRelNofollow extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/wpRelUgc.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_ Rel_Ugc extends WP_UnitTestCase {6 class Tests_Formatting_wpRelUgc extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/wpReplaceInHtmlTags.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WpReplaceInTags extends WP_UnitTestCase {6 class Tests_Formatting_wpReplaceInHtmlTags extends WP_UnitTestCase { 7 7 /** 8 8 * Check for expected behavior of new function wp_replace_in_html_tags(). -
trunk/tests/phpunit/tests/formatting/wpRicheditPre.php
r51622 r51623 5 5 * @expectedDeprecated wp_richedit_pre 6 6 */ 7 class Tests_Formatting_ WpRichEditPre extends WP_UnitTestCase {7 class Tests_Formatting_wpRicheditPre extends WP_UnitTestCase { 8 8 9 9 function _charset_iso_8859_1() { -
trunk/tests/phpunit/tests/formatting/wpSlash.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPSlash extends WP_UnitTestCase {6 class Tests_Formatting_wpSlash extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/formatting/wpSpecialchars.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPSpecialchars extends WP_UnitTestCase {6 class Tests_Formatting_wpSpecialchars extends WP_UnitTestCase { 7 7 function test_wp_specialchars_basics() { 8 8 $html = '&<hello world>'; -
trunk/tests/phpunit/tests/formatting/wpStripAllTags.php
r51622 r51623 5 5 * @group formatting 6 6 */ 7 class Tests_Formatting_ WPStripAllTags extends WP_UnitTestCase {7 class Tests_Formatting_wpStripAllTags extends WP_UnitTestCase { 8 8 9 9 function test_wp_strip_all_tags() { -
trunk/tests/phpunit/tests/formatting/wpTargetedLinkRel.php
r51622 r51623 5 5 * @ticket 43187 6 6 */ 7 class Tests_ Targeted_Link_Rel extends WP_UnitTestCase {7 class Tests_Formatting_wpTargetedLinkRel extends WP_UnitTestCase { 8 8 9 9 public function test_add_to_links_with_target_blank() { -
trunk/tests/phpunit/tests/formatting/wpTexturize.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPTexturize extends WP_UnitTestCase {6 class Tests_Formatting_wpTexturize extends WP_UnitTestCase { 7 7 function test_dashes() { 8 8 $this->assertSame( 'Hey — boo?', wptexturize( 'Hey -- boo?' ) ); -
trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php
r51622 r51623 5 5 * @covers ::wp_trim_excerpt 6 6 */ 7 class Tests_Formatting_ WpTrimExcerpt extends WP_UnitTestCase {7 class Tests_Formatting_wpTrimExcerpt extends WP_UnitTestCase { 8 8 /** 9 9 * @ticket 25349 -
trunk/tests/phpunit/tests/formatting/wpTrimWords.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPTrimWords extends WP_UnitTestCase {6 class Tests_Formatting_wpTrimWords extends WP_UnitTestCase { 7 7 8 8 /**
Note: See TracChangeset
for help on using the changeset viewer.