Changeset 51438 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 07/15/2021 02:44:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r51331 r51438 1199 1199 $id = wp_unique_id(); 1200 1200 $this->assertIsString( $id ); 1201 $this->assert True( is_numeric( $id ));1201 $this->assertIsNumeric( $id ); 1202 1202 $ids[] = $id; 1203 1203 }
Note: See TracChangeset
for help on using the changeset viewer.