- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/lastCommentModified.php
r38925 r42228 90 90 $this->assertFalse( wp_cache_get( 'lastcommentmodified:server', 'timeinfo' ) ); 91 91 $this->assertSame( strtotime( '2000-01-02 10:00:00' ), strtotime( get_lastcommentmodified() ) ); 92 92 $this->assertSame( strtotime( '2000-01-02 10:00:00' ), strtotime( wp_cache_get( 'lastcommentmodified:server', 'timeinfo' ) ) ); 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.