Changeset 56281
- Timestamp:
- 07/22/2023 12:35:15 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/getNonCachedIds.php
r55549 r56281 98 98 'array' => array( array( 1 ) ), 99 99 'empty array' => array( array() ), 100 'stdClass' => array( new stdClass ),100 'stdClass' => array( new stdClass() ), 101 101 ); 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.