Changeset 57735 for trunk/tests/phpunit/tests/functions/absint.php
- Timestamp:
- 02/28/2024 09:44:40 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/absint.php
r57724 r57735 4 4 * Tests for the absint function. 5 5 * 6 * @group Functions6 * @group functions 7 7 * 8 8 * @covers ::absint … … 25 25 * Returns an array of test data for the `data_absint` method. 26 26 * 27 * @return array An array of test data.27 * @return array[] An array of test data. 28 28 */ 29 29 public function data_absint() {
Note: See TracChangeset
for help on using the changeset viewer.