- Timestamp:
- 10/19/2020 11:37:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-image-widget.php
r49052 r49215 543 543 $this->assertContains( '<a href="https://example.org"', $output ); 544 544 $this->assertContains( 'target="_blank"', $output ); 545 $this->assertContains( 'rel="noopener noreferrer"', $output );545 $this->assertContains( 'rel="noopener"', $output ); 546 546 547 547 // Populate caption in attachment.
Note: See TracChangeset
for help on using the changeset viewer.