Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 26, 2023
1 parent 4bed628 commit 4be0c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/integration/tests/AMP/Sanitization.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ public function test_get_extension_sources(): void {
'amp-powr-player' => 'v0/amp-powr-player-0.1.js',
'amp-reach-player' => 'v0/amp-reach-player-0.1.js',
'amp-recaptcha-input' => 'v0/amp-recaptcha-input-0.1.js',
'amp-redbull-player' => 'v0/amp-redbull-player-0.1.js',
'amp-reddit' => 'v0/amp-reddit-0.1.js',
'amp-render' => 'v0/amp-render-1.0.js',
'amp-riddle-quiz' => 'v0/amp-riddle-quiz-0.1.js',
Expand Down Expand Up @@ -418,6 +417,8 @@ public function test_get_extension_sources(): void {
'amp-wordpress-embed' => 'v0/amp-wordpress-embed-1.0.js',
'amp-yotpo' => 'v0/amp-yotpo-0.1.js',
'amp-youtube' => 'v0/amp-youtube-0.1.js',
'amp-slikeplayer' => 'v0/amp-slikeplayer-0.1.js',
'amp-story-audio-sticker' => 'v0/amp-story-audio-sticker-0.1.js',
];

foreach ( $sources as $extension => $src ) {
Expand Down

0 comments on commit 4be0c6e

Please sign in to comment.