- Timestamp:
- 01/27/2021 11:45:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r49971 r50037 215 215 216 216 /** 217 * Test that an index. htmlfile can be added to the export directory.217 * Test that an index.php file can be added to the export directory. 218 218 * 219 219 * @ticket 44233 … … 223 223 wp_privacy_generate_personal_data_export_file( self::$export_request_id ); 224 224 225 $this->assertTrue( file_exists( self::$exports_dir . 'index. html' ) );225 $this->assertTrue( file_exists( self::$exports_dir . 'index.php' ) ); 226 226 } 227 227
Note: See TracChangeset
for help on using the changeset viewer.