Wordpress/tests/phpunit/tests
Andrew Nacin baeadcfedc Add remove_image_size() and tests for it and has_image_size(), added in [27128].
props mordauk, markoheijnen.
fixes #26768. see #26951.


git-svn-id: https://develop.svn.wordpress.org/trunk@27129 602fd350-edb4-49c9-b593-d223f7449a82
2014-02-08 00:40:15 +00:00
..
actions
admin
ajax Autosave: refactor autosave.js, use heartbeat for transport and move all "Add/Edit Post" related functionality to post.js. See #25272. 2014-01-22 04:55:37 +00:00
attachment
canonical
comment Add Unit Tests for get_comment_pages_count(). Fix a notice caused when $wp_query->comments is not set in that function. 2014-01-29 05:16:58 +00:00
dependencies
export
feed
filesystem
formatting Consolidate handling of <object>, <audio> and <video> in wpautop() and add unit tests for them. Part props wonderboymusic, see #26864 2014-02-05 00:45:53 +00:00
functions
general
http
image Unit Tests: Avoid using mime_content_type() as it fails miserably in PHP 5.2. 2013-12-05 23:36:50 +00:00
import
includes
meta
option
pomo
post
query Fix an error in SQL generation when perm is set and an array is passed for post_status. Adds unit test. 2014-02-02 07:35:54 +00:00
term When a term_id matches in _get_term_children(), recurse through its children until there is no more depth in the hierarchy. Since get_terms() return terms with a count of 0 when their children are not empty, we must return all children so that get_terms() can check their count. 2014-02-07 19:53:01 +00:00
theme
user
xmlrpc
actions.php
adminbar.php
auth.php
basic.php Update package.json. props TobiasBg. fixes #26629. 2014-01-13 18:20:38 +00:00
cache.php
canonical.php
comment.php
compat.php
cron.php
db.php When the MySQL server has "gone away," attempt to reconnect and retry the query. 2014-02-02 22:06:42 +00:00
dependencies.php
file.php
filters.php
functions.php
iterators.php
kses.php
l10n.php
link.php
mail.php
media.php Add remove_image_size() and tests for it and has_image_size(), added in [27128]. 2014-02-08 00:40:15 +00:00
meta.php
ms.php Invalidate the post cache for posts associated with a user who has been removed from a blog in remove_user_from_blog(). Adds a unit test. 2014-02-04 04:12:52 +00:00
post.php Properly invalidate the cache for wp_count_posts() on insert, trash, or when transitioning post_status inside of _transition_post_status(). Introduces _count_posts_cache_key(). Adds unit tests. 2014-02-03 19:41:40 +00:00
query.php Fix an error in SQL generation when perm is set and an array is passed for post_status. Adds unit test. 2014-02-02 07:35:54 +00:00
rewrite.php
shortcode.php
taxonomy.php
term.php Move some cache related tests to the new term/cache.php from [27103]. 2014-02-06 05:19:05 +00:00
theme.php Add unit test to verify all bundled themes have valid text domain declared. 2013-12-12 00:36:27 +00:00
upload.php
url.php
user.php
widgets.php