Changeset 57735 for trunk/tests/phpunit/tests/functions/maybeSerialize.php
- Timestamp:
- 02/28/2024 09:44:40 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/maybeSerialize.php
r56971 r57735 54 54 * Data provider for `test_maybe_unserialize()`. 55 55 * 56 * @return array 56 * @return array[] 57 57 */ 58 58 public function data_is_serialized() { … … 122 122 * Data provider for `test_maybe_serialize()`. 123 123 * 124 * @return array 124 * @return array[] 125 125 */ 126 126 public function data_is_not_serialized() { … … 230 230 * Data provider for test_deserialize_request_utility_filtered_iterator_objects(). 231 231 * 232 * @return array 232 * @return array[] 233 233 */ 234 234 public function data_serialize_deserialize_objects() {
Note: See TracChangeset
for help on using the changeset viewer.