Changeset 57735 for trunk/tests/phpunit/tests/functions/isSerialized.php
- Timestamp:
- 02/28/2024 09:44:40 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/isSerialized.php
r57278 r57735 26 26 * Data provider for `test_is_serialized()`. 27 27 * 28 * @return array 28 * @return array[] 29 29 */ 30 30 public function data_is_serialized() { … … 98 98 * Data provider for `test_is_serialized()`. 99 99 * 100 * @return array 100 * @return array[] 101 101 */ 102 102 public function data_is_not_serialized() { … … 193 193 } 194 194 195 /** 196 * Data provider. 197 * 198 * @return array[] 199 */ 195 200 public function data_is_serialized_should_return_true_for_large_floats() { 196 201 return array(
Note: See TracChangeset
for help on using the changeset viewer.