Tests: Rename the test file and class for wp_filter_object_list() tests.

This matches the name of the function being tested.

Follow-up to [410/tests], [51663], [51664].

See #53363, #53987.

git-svn-id: https://develop.svn.wordpress.org/trunk@51665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-08-26 16:08:48 +00:00
parent a90e7eb5ff
commit b683b830ab

View File

@ -6,7 +6,7 @@
* @group functions.php
* @covers ::wp_filter_object_list
*/
class Tests_Functions_wpListFilter extends WP_UnitTestCase {
class Tests_Functions_wpFilterObjectList extends WP_UnitTestCase {
public $object_list = array();
public $array_list = array();