- Timestamp:
- 05/29/2024 12:20:56 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpTranslationsConvert.php
r57513 r58235 502 502 $this->assertNull( $destination->error() ); 503 503 504 $this->assert True( filesize( $destination_file ) > 0);504 $this->assertGreaterThan( 0, filesize( $destination_file ) ); 505 505 506 506 $destination_read = WP_Translation_File::create( $destination_file, $destination_format );
Note: See TracChangeset
for help on using the changeset viewer.