Commits
User selector
Commit History
Commits on Nov 4, 2021
Coding Standards: Add visibility to methods in `tests/phpunit/tests/`.
Show description for 40ac5decommitted
Commits on Aug 7, 2021
Build/Test Tools: Implement use of the `void` solution.
Show description for ddb409ecommitted
Commits on Jul 19, 2021
Tests: Replace `assertContains()` with `assertStringContainsString()` when used with strings.
Show description for c70fe62committed
Commits on Sep 4, 2020
Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate.
Show description for 8be943dcommitted
Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22ccommitted
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Sep 26, 2016
Commits on Sep 9, 2016
Query: Avoid PHP notice in `get_queried_object()` when query contains `NOT EXISTS` tax query.
Show description for 6adcd15committed
Commits on Feb 6, 2016
`WP_Query` taxonomy query vars should be set to first of multiple taxonomies.
Show description for 0673904committed
Commits on Jan 26, 2016
Introduce `$comment_status` and `$ping_status` params for `WP_Query`.
Show description for 14b6dbecommitted
Commits on Oct 17, 2015
Commits on Oct 16, 2015
Unit Tests: one `$factory` to rule them all, and it shall be `static`.
Show description for e70ebeacommitted
Commits on Oct 12, 2015
Fix incorrect setup in 'tag' query var test.
Show description for e8b0d11committed
Commits on Oct 3, 2015
Tests: Permalink Structures Phase II: DRY up logic for setting permalink structures in test methods.
Show description for 0ea2acbcommitted
Commits on Sep 29, 2015
`WP_Query` should not ignore an offset of `0`.
Show description for 49063d8committed
Commits on Sep 12, 2015
Better default values in `WP_Query::get_queried_object()`.
Show description for b7c8dbfcommitted
Commits on Sep 2, 2015
Remove `#` from `@ticket` annotation in a unit test.
Show description for 7232be7committed
Commits on Aug 24, 2015
In `WP_Query::parse_tax_query()`, allow 'cat' and 'tag' querystrings to be formatted as arrays.
Show description for 32cd95ecommitted
Commits on Jul 7, 2015
Use `assertEqualSets()` in `WP_Query::parse_tax_query()` tests.
Show description for 8e6997bcommitted
Commits on Jul 6, 2015
In `WP_Query::parse_tax_query()`, allow taxonomy querystring to be formatted as an array.
Show description for 53021efcommitted
Commits on Mar 7, 2015
Tests for some existing 'orderby' functionality in `WP_*_Query` classes.
Show description for 3262ff0committed
Commits on Feb 7, 2015
In `WP_Query::get_queried_object()`, avoid PHP notices when `is_tax` is paired with an empty `tax_query`.
Show description for bdda122committed
Commits on Oct 29, 2014
Improve global variable setting in `setup_postdata()`.
Show description for 114c1f3committed
Commits on Jul 3, 2014
Make sure permalink structure is consistent when running query tests.
Show description for 26aa4e4committed
wonderboymusic
Commits on Mar 12, 2014
Commits on Mar 7, 2014
On second thought, allow `posts_per_rss` to be set in `pre_get_posts` to override the `posts_per_rss` option. There are backwards compatibility concerns otherwise.
Show description for dfc11a1committedWhen setting `posts_per_page` in `WP_Query::get_posts()`, check for `is_feed()` in the same place where `posts_per_page` is set when it is not already set. Previously, when `is_feed()` was true, `p…
Show description for 65932f7committed
Commits on Feb 26, 2014
Add a $default argument to get_query_var() and WP_Query::get(). fixes #16471.
Show description for 88f1b6ecommitted
Commits on Feb 2, 2014
Fix an error in SQL generation when `perm` is set and an array is passed for `post_status`. Adds unit test.
Show description for b8e7bbbcommitted
Commits on Sep 24, 2013
Introduce a reset_postdata() method on the WP_Query object, which wp_reset_postdata() now wraps.
Show description for 13408ddcommitted
Commits on Aug 29, 2013
Move PHPUnit tests into a tests/phpunit directory.
Show description for 8045afdcommitted
Loading