File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ public function testOne()
99 $ this ->assertEmbed (
1010 'http://chirb.it/7A9L9B ' ,
1111 [
12- 'title ' => 'Chirbit [nvanderklippe] Encana conference call ' ,
13- 'width ' => 320 ,
12+ 'title ' => 'Encana conference call ' ,
13+ 'width ' => 380 ,
1414 'height ' => 120 ,
1515 'type ' => 'video ' ,
16- 'providerName ' => 'Chirbit ' ,
16+ 'providerName ' => 'chirbit ' ,
1717 ]
1818 );
1919 }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function testOgg()
3434 'https://ia801006.us.archive.org/34/items/popeye_349/popeye.ogv ' ,
3535 [
3636 'type ' => 'video ' ,
37- 'code ' => '<video controls><source src="https://ia801006 .us.archive.org/16/items/popeye_349/popeye.ogv"></video> ' ,
37+ 'code ' => '<video controls><source src="https://ia800901 .us.archive.org/16/items/popeye_349/popeye.ogv"></video> ' ,
3838 'providerUrl ' => 'https://archive.org ' ,
3939 ]
4040 );
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class IdeoneTest extends AbstractTestCase
77 public function testOne ()
88 {
99 $ this ->assertEmbed (
10- 'http ://ideone.com/Whjntg ' ,
10+ 'https ://ideone.com/Whjntg ' ,
1111 [
1212 'title ' => 'Ideone.com ' ,
1313 'type ' => 'rich ' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public function testPlainText()
99 $ this ->assertEmbed (
1010 'https://alistapart.com/article/the-rich-typefaces-get-richer ' ,
1111 [
12- 'image ' => 'https://alistapart.com/d/misc-images/bigwreath.png ' ,
12+ 'image ' => 'https://alistapart.com/wp-content/uploads/2019/03/cropped-icon_navigation-laurel-512.jpg ' ,
1313 ],
1414 [
1515 'images_blacklist ' => [
@@ -24,7 +24,7 @@ public function testPlainUrlMatch()
2424 $ this ->assertEmbed (
2525 'https://alistapart.com/article/the-rich-typefaces-get-richer ' ,
2626 [
27- 'image ' => 'https://alistapart.com/d/misc-images/bigwreath.png ' ,
27+ 'image ' => 'https://alistapart.com/wp-content/uploads/2019/03/cropped-icon_navigation-laurel-512.jpg ' ,
2828 ],
2929 [
3030 'images_blacklist ' => [
@@ -39,7 +39,7 @@ public function testAuthorizedImage()
3939 $ this ->assertEmbed (
4040 'https://alistapart.com/article/the-rich-typefaces-get-richer ' ,
4141 [
42- 'image ' => 'https://alistapart.com/d/misc-images/bigwreath.png ' ,
42+ 'image ' => 'https://alistapart.com/wp-content/uploads/2019/03/cropped-icon_navigation-laurel-512.jpg ' ,
4343 ],
4444 [
4545 'images_blacklist ' => [
You can’t perform that action at this time.
0 commit comments