Skip to content

Commit

Permalink
Reorder tags per WordPress#4307 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Sep 25, 2023
1 parent 9ee098a commit 0283808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/term.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,10 @@ public function data_get_term_filter() {
* @ticket 58087
* @coversNothing
*
* @dataProvider data_get_raw_data_should_return_correct_values
*
* @param stdClass $actual An instance of stdClass containing the values to initialize the WP_Term object.
* @param array $expected An array containing the expected values for the WP_Term object.
*
* @dataProvider data_get_raw_data_should_return_correct_values
*/
public function test_get_raw_data_should_return_correct_values( stdClass $actual, array $expected ) {
$term = new WP_Term( $actual );
Expand Down

0 comments on commit 0283808

Please sign in to comment.