Changeset 50038 for branches/5.6/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
- Timestamp:
- 01/27/2021 11:47:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r49603 r50038 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.