Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/category not in support #2174

Merged
merged 14 commits into from
May 27, 2021
Prev Previous commit
Next Next commit
Fix docblock
  • Loading branch information
Oscar Sanchez authored and Oscar Sanchez committed May 4, 2021
commit 51288f00250056c5736162b065cdd252115c0782
4 changes: 2 additions & 2 deletions tests/php/indexables/TestPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -956,9 +956,9 @@ public function testCategoryNotInQuery() {
}

/**
* Test a category__not_in query
* Test a tag__not_in query
*
* @since x.x
* @since 3.6.0
* @group post
*/
public function testTagNotInQuery() {
Expand Down