| [265]
|
westi
|
Make the -f command line option work again.
|
| [264]
|
westi
|
Some tests for get_themes() size with a lot of themes.
|
| [263]
|
westi
|
Pull in the wpcom-themes repo as an external to give us a large test data set.
|
| [262]
|
westi
|
Add some testcases for strip_shortcodes.
|
| [261]
|
westi
|
Mark tests for review. Relavent trac ticket is fixed but tests don't pass - need to validate test cases.
|
| [260]
|
westi
|
Add some tests for the info returned by get_page_templates() including ones in subdirectories.
|
| [259]
|
westi
|
test association of page templates within a sub dir with a theme.
|
| [258]
|
westi
|
Add a new test theme with page templates in a sub directory.
|
| [257]
|
westi
|
Fix the TestDefaultThemes::test_get_themes_contents() test function to test correctly.
|
| [256]
|
westi
|
Add test cases for delete_post_meta_by_key(). Relates to WP#11100.
|
| [255]
|
westi
|
Add "My Subdir Theme" test theme which lives in a subdir to the tests.
|
| [254]
|
westi
|
Add "My Subdir Theme" test theme which lives in a subdir.
|
| [253]
|
westi
|
Add a test case for the setup of the broken themes global by get_themes() relates to WP#10999.
|
| [252]
|
westi
|
Add a couple more tests for make_clickable().
|
| [251]
|
westi
|
Mark tests which fail in trunk against the relevant WP Ticket #4539.
|
| [250]
|
westi
|
Add tests for make_clicable with brackets in the url.
|
| [249]
|
westi
|
Add test cases for WP_Dependencies. Includes bugs hilighted in WP#9870
|
| [248]
|
westi
|
Add some extra theme header testcases.
|
| [247]
|
westi
|
Add some test cases for get_plugin_data().
|
| [246]
|
westi
|
Add some example plugin header testdata.
|
| [245]
|
westi
|
Add some testcases for deletion of post_meta so as to exercise more of the api. Relates to WP #2659
|
| [244]
|
westi
|
Fix the list command line option broken by the change to support disabling the drop_tables at the end of testing.
|
| [243]
|
westi
|
Update test case for correct result. Ref WP#10803.
|
| [242]
|
westi
|
Add test cases for the post_meta functions.
|
| [241]
|
westi
|
Add a new command line option '-n' which stops the drop_tables() call at the end to allow database to be examined when investigating test failures.
|
| [240]
|
westi
|
Add test cases for hash_hmac compatibility function see WP#10284.
|
| [239]
|
westi
|
Add bracketed quotes wptexturize test case from WP#3810.
|
| [238]
|
westi
|
Add some test cases for wp_texturize() to cover single quotes preceding a number from WP#4539.
|
| [237]
|
westi
|
Add some test cases for wp_texturize() to cover single quotes followed by s from WP#1258.
|
| [235]
|
westi
|
Add some more test case for make_clickable to capture other common use-cases.
|
| [234]
|
westi
|
Add tests for bracketed quoted strings from WP#1418 based on test cases from voyou1.
|
| [233]
|
westi
|
Add some simple tests for curly quote bugs from WP#10606 props xibe for the test cases.
|
| [232]
|
westi
|
Add more testcases for checked and selected. Props Denis-de-Bernardy.
|
| [231]
|
westi
|
Add test cases for checked and selected for WP#9862
|
| [230]
|
westi
|
Add extra nested testcases.
|
| [229]
|
westi
|
Expand the test cases for clean_url()
|
| [228]
|
westi
|
Add some test cases for wp_sanitize_redirect()
|
| [227]
|
westi
|
Better output of results by re-using the same ResultPrinter.
Now we get to see the assertion count too.
|
| [226]
|
westi
|
Start adding some tests for clean_url()
|
| [225]
|
westi
|
Add extra tests to the test_ignore_existing_entites() case.
|
| [224]
|
westi
|
Update Test_WP_Specialchars tests to match current wp_specialchars desired behaviour with respect to ampersand entity.
|
| [223]
|
westi
|
Add new -l command line option which will list all the available individual TestCase sets.
Also improved the output received when run from the commandline.
|
| [222]
|
westi
|
Future post cron hooks reference ID post ids now for WordPress in all cases.
|
| [221]
|
westi
|
Add tests for wp_mail with custom boundaries for WordPress ticket #5204.
|
| [220]
|
westi
|
Switch to testing _mb_substr instead of _mb_strcut as that is what we have for backwards compatibility now.
|
| [217]
|
westi
|
Disable the WP Cron test for the moment as it kills the whole test suite.
|
| [216]
|
westi
|
Fix call to PHPUnit_Util_ErrorHandler::handleError so that the test harness can run.
|
| [462]
|
uid26904
|
Clarified paths for files in wp-admin. Fixed link for import-b2.php
|
| [218]
|
tellyworth
|
new shortcode tests
|
| [215]
|
tellyworth
|
fix test errors
|
| [214]
|
tellyworth
|
auth functions tests
|
| [211]
|
tellyworth
|
tweak expected values
|
| [210]
|
tellyworth
|
remove debug
|
| [209]
|
tellyworth
|
initial tests for is_ssl(), admin_url() etc in #7001
|
| [208]
|
tellyworth
|
duplicate event tests for wporg #6966
|
| [207]
|
tellyworth
|
much simpler repro for #6888
|
| [206]
|
tellyworth
|
add wptestattributefiltering
|
| [205]
|
tellyworth
|
test gallery and shortcode output with the_content filtering
|
| [204]
|
tellyworth
|
split the utf8 tests; more shortcode cases
|
| [203]
|
tellyworth
|
fix shortcode test_utf8_whitespace
|
| [202]
|
tellyworth
|
add shortcode test_utf8_whitespace
|
| [201]
|
tellyworth
|
known bug 6518
|
| [200]
|
tellyworth
|
hide html output during importer tests
|
| [199]
|
tellyworth
|
stop fatal error in user caps test (thanks jacob)
|
| [198]
|
tellyworth
|
reproduce #6571
|
| [197]
|
tellyworth
|
fix big-export.xml
|
| [196]
|
tellyworth
|
add TestSanitizeOrderby
|
| [194]
|
tellyworth
|
test double-escaping for shortcodes
|
| [193]
|
tellyworth
|
add tests for shortcode escaping
|
| [192]
|
tellyworth
|
separate test_post_paged
|
| [191]
|
tellyworth
|
remove bogus test
|
| [190]
|
tellyworth
|
fix shortcode tests - minor diffs caused by [6939]
|
| [189]
|
tellyworth
|
restore the accented character test in test_wp_unique_filename
|
| [188]
|
tellyworth
|
temporarily remove a broken wp_unique_filename() test; add a test for the case where the filename includes a full path
|
| [187]
|
tellyworth
|
importer test fixes
|
| [186]
|
tellyworth
|
comment out some probably bogus tests
|
| [185]
|
tellyworth
|
new and improved image tests
|
| [184]
|
tellyworth
|
new and improved image tests
|
| [183]
|
tellyworth
|
improve attachment tests
|
| [182]
|
tellyworth
|
quick rename
|
| [181]
|
tellyworth
|
add test_query_results
|
| [180]
|
tellyworth
|
rss tests: better error capturing
|
| [179]
|
tellyworth
|
simplify version selection; remove bogus .. from default
|
| [178]
|
tellyworth
|
more thorough setup and teardown for _WPEmptyBlog
|
| [177]
|
tellyworth
|
base: set_time_limit(), improvements for import and generate functions
|
| [176]
|
tellyworth
|
wp_unique_filename() tests, thanks Mark Jaquith
|
| [175]
|
tellyworth
|
add tests for path_is_absolute
|
| [174]
|
tellyworth
|
remove debug code
|
| [173]
|
tellyworth
|
add some basic kses and balanceTags tests
|
| [167]
|
tellyworth
|
post and attachment tests
|
| [164]
|
tellyworth
|
test case wher upload_path is empty
|
| [163]
|
tellyworth
|
make test-image.jpg RGB, not grayscale
|
| [162]
|
tellyworth
|
add test images
|
| [161]
|
tellyworth
|
image resize tests
|
| [160]
|
tellyworth
|
upload function tests
|
| [159]
|
tellyworth
|
add tests for shortcodes.php
|
| [158]
|
tellyworth
|
add image shrink/constrain tests
|
| [157]
|
tellyworth
|
includes/formatting.php tests
|
| [156]
|
tellyworth
|
minor import test improvements
|
| [155]
|
tellyworth
|
invalid behaviour test
|