Changeset 49184 for trunk/tests/phpunit/tests/functions/wpListFilter.php
- Timestamp:
- 10/17/2020 04:24:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListFilter.php
r49006 r49184 9 9 */ 10 10 class Tests_Functions_wpListFilter extends WP_UnitTestCase { 11 var$object_list = array();12 var$array_list = array();11 public $object_list = array(); 12 public $array_list = array(); 13 13 14 14 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.