- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/cleanDirsizeCache.php
r51186 r51331 207 207 // `dirsize_cache` should now be filled after upload and recurse_dirsize() call. 208 208 $cache_path = untrailingslashit( $upload_dir['path'] ); 209 $this->assertI nternalType( 'array',get_transient( 'dirsize_cache' ) );209 $this->assertIsArray( get_transient( 'dirsize_cache' ) ); 210 210 $this->assertSame( $size, get_transient( 'dirsize_cache' )[ $cache_path ] ); 211 211
Note: See TracChangeset
for help on using the changeset viewer.