Changeset 58286 for trunk/tests/phpunit/tests/oembed/controller.php
- Timestamp:
- 06/02/2024 10:00:26 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/controller.php
r58235 r58286 128 128 'code' => 200, 129 129 ), 130 'body' => '<html><head><link rel="alternate" t ype="application/json+oembed" href="' . self::UNTRUSTED_PROVIDER_URL . '" /></head><body></body></html>',130 'body' => '<html><head><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="' . self::UNTRUSTED_PROVIDER_URL . '" /></head><body></body></html>', 131 131 ); 132 132 }
Note: See TracChangeset
for help on using the changeset viewer.