Changeset 45588 for trunk/tests/phpunit/tests/general/archives.php
- Timestamp:
- 07/02/2019 04:43:01 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/general/archives.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/archives.php
r42343 r45588 31 31 ); 32 32 $this->assertInternalType( 'string', $result ); 33 $this->assertNotEmpty( $time1 = wp_cache_get( 'last_changed', 'posts' ) ); 33 $time1 = wp_cache_get( 'last_changed', 'posts' ); 34 $this->assertNotEmpty( $time1 ); 34 35 $this->assertEquals( $num_queries + 1, $wpdb->num_queries ); 35 36
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)