mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
a90e7eb5ff
commit
b683b830ab
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user