WordPress.org

Make WordPress Core

source: tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1337   5 years nacin Mark this test as skipped on 3.6, as it was fixed in 3.7. (Temporary fix.)
(edit) @1336   5 years nacin Tests: Remove [1323] and [1324] from the 3.6 branch.
(edit) @1335   5 years nacin Tests: Remove [1329] [1317] [1316] from the 3.6 branch.
(edit) @1334   5 years nacin Tests: Pin the wordpress external to 3.6.
(edit) @1333   5 years nacin Branch tests for 3.6.
(edit) @1332   5 years ryan Re-add global and persistent cache groups in …
(edit) @1331   5 years ryan Update test_get_media_embedded_in_content() to reflect changes in …
(edit) @1330   5 years ryan Update test_get_url_in_content() to reflect changes in …
(edit) @1329   5 years dd32 HTTP-External Tests: Add a test for #16890
(edit) @1328   5 years bpetty Opened ticket for broken imagick alpha tests in #24871.
(edit) @1327   5 years bpetty Media test test_insert_image_without_guid() actually also depends on …
(edit) @1326   5 years alexkingorg unit tests for #WP19373
(edit) @1325   5 years bpetty Use WP_MULTISITE instead of WP_TESTS_MULTISITE for env since that's …
(edit) @1324   5 years nacin Test for passing the correct argument to add_permastruct() when …
(edit) @1323   5 years nacin Simple test for wp_count_posts(). props johnpbloch. see #16746.
(edit) @1322   5 years mdawaffe Add back @ticket flags for whitespace shortcodes tests. See …
(edit) @1321   5 years mdawaffe Fix encoding of whitespace characters in shortcode tests for #6562. …
(edit) @1320   5 years bpetty Provide way to trigger multisite tests by setting WP_TESTS_MULTISITE …
(edit) @1319   5 years bpetty Properly handle the test_location_of_jquery() test when SCRIPT_DEBUG …
(edit) @1318   5 years dd32 HTTP-External tests: Add a copy of the updates unit test API script …
(edit) @1317   5 years dd32 HTTP-External tests: Add a unit test for #24182
(edit) @1316   5 years dd32 HTTP-External tests: Add additional tests for #16889 and #17588
(edit) @1315   5 years ryan Update revision unit tests to reflect how initial revisions are now …
(edit) @1314   5 years ryan Remove test_the_content_with_id(). ID supports was removed in [24598]. …
(edit) @1313   5 years ryan Restore get_media_embedded_in_content() and test_post_gallery_images() …
(edit) @1312   5 years ryan s/get_content_url/get_url_in_content/ see #24202
(edit) @1311   5 years ryan s/get_content_url/get_url_in_content/ see #24202
(edit) @1310   5 years ryan Remove tests for removed media functions. Props soulseekah see #24202
(edit) @1309   5 years nacin Rewrite revisions unit tests to account for [23842]. wp_insert_post() …
(edit) @1308   5 years nacin Some basic tests for saving enclosures via XML-RPC. props tollmanz. …
(edit) @1307   5 years nacin Update post content parsing tests for [24598] and add new tests for …
(edit) @1306   5 years nacin Update tests for [24583]. see #20839.
(edit) @1305   5 years nacin First pass at tests for ajax media edit. props bananastalktome. fixes …
(edit) @1304   5 years SergeyBiryukov Use correct table prefix. props codebykat. fixes #24706.
(edit) @1303   5 years markjaquith Switch to using get_attached_media(), as the get_attached_images() …
(edit) @1302   5 years ocean90 Don't set _format_url post meta in …
(edit) @1301   5 years SergeyBiryukov Test for wp_mail() return value. props iandunn. see #23642.
(edit) @1300   5 years SergeyBiryukov Re-implement the mock PHPMailer. props ocean90. fixes #24662.
(edit) @1299   5 years ocean90 Remove tests for "remove" support in Tests_Media::test_content_image() …
(edit) @1298   6 years ryan Tests for charset string normalization. see #23688
(edit) @1297   6 years SergeyBiryukov Add a test for obsolete feed redirection. props sweetie089. see #24623.
(edit) @1296   6 years markjaquith Add a test for protocol-relative URLs that have a colon, for #21974
(edit) @1295   6 years SergeyBiryukov Test for string values in test_sanitize_ms_options(). see #23418.
(edit) @1294   6 years nacin Tests for canonical callback representation. props scribu, see #23265.
(edit) @1293   6 years ryan Remove Tests_Post_Formats::test_get_content_chat() and …
(edit) @1292   6 years ryan Set $wp-query->post so that test_setup_postdata_loop() runs clean when …
(edit) @1291   6 years westi XMLRPC: Add tests for new readonly "options" to read the login and …
(edit) @1290   6 years ryan In test_setup_postdata_loop(), assert that the looped post is not …
(edit) @1289   6 years ryan Test case to test handling of global post in a loop that passes a post …
(edit) @1288   6 years ryan Test for WP_User::get_data_by( 'id', * ). see #WP23480
(edit) @1287   6 years ryan Tests for the_content, the_remaining_content, wp_parse_post_content. …
(edit) @1286   6 years ryan setup_postdata() tests
(edit) @1285   6 years ryan Remove accidental bits
(edit) @1284   6 years ryan Remove ajax term slashes tests that have always failed.
(edit) @1283   6 years SergeyBiryukov Use correct order of arguments. see [1275/tests].
(edit) @1282   6 years SergeyBiryukov Update wp_html_excerpt() test to reflect the change in [WP24214]. …
(edit) @1281   6 years nacin Make this a proper docblock so @ticket is read, and this test is …
(edit) @1280   6 years markjaquith Using … here now.
(edit) @1279   6 years SergeyBiryukov get_pages() test for '0' as meta_value argument and a basic …
(edit) @1278   6 years markoheijnen Add test to check if guid isn't empty when not provided. See #18310
(edit) @1277   6 years ocean90 Revisions: Use the correct user ID when checking _edit_last. see …
(edit) @1276   6 years westi Meta Queries: Add a test case to validate that when generating the …
(edit) @1275   6 years maxcutler Added unit tests for wp_cache_init() and wp_cache_replace(). props …
(edit) @1274   6 years maxcutler Add unit tests for widgets.php. props jupiterwise. Fixes #24207.
(edit) @1273   6 years maxcutler Fixed unit test broken by [22960].
(edit) @1272   6 years westi Terms: Add a test case for #24189 which shows the invalid caching in …
(edit) @1271   6 years SergeyBiryukov Correctly save and restore current locale settings in …
(edit) @1270   6 years SergeyBiryukov Fix wp_convert_bytes_to_hr() test for decimal comma locales. see #23626.
(edit) @1269   6 years nacin Additional test case for backslashit(). props SergeyBiryukov. see #22286.
(edit) @1268   6 years ryan Update the tests for #WP21767 to expect slashed data. Round 5.
(edit) @1267   6 years ryan Update the tests for #WP21767 to expect slashed data. Round 4.
(edit) @1266   6 years ryan Update the tests for #WP21767 to expect slashed data. Round 3.
(edit) @1265   6 years ryan Update the tests for #WP21767 to expect slashed data. Round 2.
(edit) @1264   6 years ryan Update the tests for #WP21767 to expect slashed data. Round 1.
(edit) @1263   6 years wonderboymusic Add initial Unit Test for get_embedded_media(). Mainly tests prowess …
(edit) @1262   6 years wonderboymusic Add more assertions for get_content_image(). See #23965.
(edit) @1261   6 years wonderboymusic Add initial tests for . See #23570
(edit) @1260   6 years wonderboymusic Add initial Unit Tests for images, galleries. See #22960
(edit) @1259   6 years SergeyBiryukov Add phpdoc for WP_UnitTest_Factory public variables. props bobbravo2. …
(edit) @1258   6 years wonderboymusic Add chat Unit Tests. See #23625.
(edit) @1257   6 years nacin Revert [1256/tests] per IRC.
(edit) @1256   6 years markoheijnen Don't test wp_shrink_dimensions anymore. Deprecated since 3.0.
(edit) @1255   6 years markoheijnen Stop using image_resize and using an helper method for it
(edit) @1254   6 years kurtpayne First revision is empty, ignore it See #16215, r23842
(edit) @1253   6 years kurtpayne Update ajax autosave unit tests for 3.6 See #23928
(edit) @1252   6 years kurtpayne We now store a revision for the current version, so these counts must …
(edit) @1251   6 years markjaquith We now store a revision for the current version, so these counts must …
(edit) @1250   6 years westi Pluggable Functions: Add some tests for passwords with trailing and …
(edit) @1249   6 years ryan Test updating the 'public' site option value via update_blog_status(). …
(edit) @1248   6 years ryan Add missing @ticket
(edit) @1247   6 years ryan Test get_blog_details() and the blog-details cache before, while, and …
(edit) @1246   6 years ryan Test invalid ID handling in wp_insert_post() and wp_update_post(). …
(edit) @1245   6 years SergeyBiryukov Remove AIM, YIM, and Jabber fields from wp_update_user() test. props …
(edit) @1244   6 years SergeyBiryukov Update get_home_path() test to reflect the change in [WP23669]. see #23175.
(edit) @1243   6 years westi Formatting: New test cases for a few core formatting functions which …
(edit) @1242   6 years nacin Move tests/query.php to tests/query/conditionals.php. New query test …
(edit) @1241   6 years nacin Test suite: Add $this->factory->attachment->create( $file, $parent = …
(edit) @1240   6 years nacin Allow get_post_ancestors() to inspect the $post global, when null/0 is …
(edit) @1239   6 years nacin Add shortcode_atts() filter tests. see #15155. props coffee2code.
(edit) @1238   6 years joehoyle better test for wp_unique_filename() fixes #23699
Note: See TracRevisionLog for help on using the revision log.