Changeset 58235 for trunk/tests/phpunit/tests/block-template-utils.php
- Timestamp:
- 05/29/2024 12:20:56 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r57919 r58235 380 380 $filename = wp_generate_block_templates_export_file(); 381 381 $this->assertFileExists( $filename, 'zip file is created at the specified path' ); 382 $this->assert True( filesize( $filename ) > 0, 'zip file is larger than 0 bytes' );382 $this->assertGreaterThan( 0, filesize( $filename ), 'zip file is larger than 0 bytes' ); 383 383 384 384 // Open ZIP file and make sure the directories exist.
Note: See TracChangeset
for help on using the changeset viewer.