Changeset 54889 for trunk/tests/phpunit/tests/user/query.php
- Timestamp:
- 11/29/2022 12:32:37 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/query.php
r54402 r54889 2012 2012 * @return array 2013 2013 */ 2014 function data_returning_field_subset_as_string() {2014 public function data_returning_field_subset_as_string() { 2015 2015 $data = array( 2016 2016 'id' => array( … … 2094 2094 * @return array 2095 2095 */ 2096 function data_returning_field_subset_as_array() {2096 public function data_returning_field_subset_as_array() { 2097 2097 $data = array( 2098 2098 'id' => array(
Note: See TracChangeset
for help on using the changeset viewer.