Changeset 47122 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/general/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r46698 r47122 235 235 $this->site_icon_url = $upload['url']; 236 236 237 // Save the data 237 // Save the data. 238 238 $this->site_icon_id = $this->_make_attachment( $upload ); 239 239 return $this->site_icon_id; … … 446 446 */ 447 447 function test_get_the_modified_time_failures_are_filtered() { 448 // Remove global post obje t448 // Remove global post object. 449 449 $GLOBALS['post'] = null; 450 450 … … 517 517 */ 518 518 function test_get_the_modified_date_failures_are_filtered() { 519 // Remove global post obje t519 // Remove global post object. 520 520 $GLOBALS['post'] = null; 521 521
Note: See TracChangeset
for help on using the changeset viewer.