Changeset 51331 for trunk/tests/phpunit/tests/date/currentTime.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/currentTime.php
r50291 r51331 100 100 101 101 // phpcs:ignore WordPress.DateTime.CurrentTimeTimestamp.Requested 102 $this->assertI nternalType( 'int',current_time( 'timestamp' ) );102 $this->assertIsInt( current_time( 'timestamp' ) ); 103 103 } 104 104
Note: See TracChangeset
for help on using the changeset viewer.