wordpress-develop/tests/phpunit/tests/post
Gary Pendergast a75d153eee Coding Standards: Upgrade WPCS to 1.0.0
WPCS 1.0.0 includes a bunch of new auto-fixers, which drops the number of coding standards issues across WordPress significantly. Prior to running the auto-fixers, there were 15,312 issues detected. With this commit, we now drop to 4,769 issues.

This change includes three notable additions:
- Multiline function calls must now put each parameter on a new line.
- Auto-formatting files is now part of the `grunt precommit` script. 
- Auto-fixable coding standards issues will now cause Travis failures.

Fixes #44600.



git-svn-id: https://develop.svn.wordpress.org/trunk@43571 602fd350-edb4-49c9-b593-d223f7449a82
2018-08-17 01:50:26 +00:00
..
attachments.php Code is Poetry. 2017-11-30 23:09:33 +00:00
filtering.php Code is Poetry. 2017-11-30 23:09:33 +00:00
formats.php Build/Test Tools: Implement assertNotWPError() in appropriate places in the test suite. 2018-03-20 22:34:11 +00:00
getBodyClass.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getPageByPath.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPageChildren.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPages.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getPageUri.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostClass.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPosts.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostsByAuthorSql.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPostTypeLabels.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getTheExcerpt.php Code is Poetry. 2017-11-30 23:09:33 +00:00
isPostTypeViewable.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
listPages.php Improve performance of wp_list_pages() tests. 2017-12-15 11:15:00 +00:00
meta.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
nav-menu.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
objects.php Code is Poetry. 2017-11-30 23:09:33 +00:00
output.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
pings.php Code is Poetry. 2017-11-30 23:09:33 +00:00
query.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
revisions.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
slashes.php Code is Poetry. 2017-11-30 23:09:33 +00:00
template.php Accessibility: use aria-current for the paginated post links output by wp_link_pages(). 2018-01-12 20:16:56 +00:00
thumbnails.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
types.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpGetPostParentId.php Tests: Improve tests for wp_get_post_parent_id() added in [42397]. 2018-02-01 16:02:26 +00:00
wpInsertPost.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpPost.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpPostType.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
wpUniquePostSlug.php Code is Poetry. 2017-11-30 23:09:33 +00:00