Changeset 45607 for trunk/tests/phpunit/tests/oembed/controller.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/controller.php
r44155 r45607 122 122 } 123 123 124 if ( $url === self::UNTRUSTED_PROVIDER_URL) {124 if ( self::UNTRUSTED_PROVIDER_URL === $url ) { 125 125 return array( 126 126 'response' => array(
Note: See TracChangeset
for help on using the changeset viewer.