Skip to content

Commit bfa2be8

Browse files
committed
updated tests
1 parent 08d26f5 commit bfa2be8

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

tests/FlickrTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public function testSets()
88
[
99
'imageWidth' => 1024,
1010
'imageHeight' => 680,
11-
'code' => '<iframe src="https://www.flickr.com/photos/desescribir/sets/72157650686499888/player" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:640px;height:425px;"></iframe>',
11+
'code' => '<a data-flickr-embed="true" href="https://www.flickr.com/photos/desescribir/sets/72157650686499888" title="Günther Förg. Verfolgen Malerei / Fundación Luís Seoane by desescribir, on Flickr"><img src="https://farm9.staticflickr.com/8572/16055522574_ce77fde14e_b.jpg" width="1024" height="680" alt="Günther Förg. Verfolgen Malerei / Fundación Luís Seoane"></a><script async src="https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>',
1212
'type' => 'rich',
1313
]
1414
);

tests/ImageInfoTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ class ImageInfoTest extends TestCaseBase
44
public function testOne()
55
{
66
$info = Embed\ImageInfo\Curl::getImageInfo([
7-
'value' => 'http://a.images.blip.tv/NostalgiaCritic-NCTheMatrix187.jpg',
7+
'value' => 'http://www.mixdecultura.ro/wp-content/uploads/2013/03/galicia-locuinte-celtice.jpg',
88
]);
99

1010
$this->assertEquals($info, [
11-
'width' => 620,
12-
'height' => 274,
13-
'size' => 169880,
11+
'width' => 600,
12+
'height' => 408,
13+
'size' => 244800,
1414
'mime' => 'image/jpeg',
1515
]);
1616
}

tests/PoliticoTest.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ public function testOne()
66
$this->assertEmbed(
77
'http://www.politico.com/story/2013/12/presidents-barack-obama-george-w-bush-second-term-101314.html',
88
[
9-
'title' => 'Echoes of George W. Bush blues in Barack Obama\'s 2nd term',
10-
'type' => 'link',
11-
'image' => 'http://images.politico.com/global/2013/12/18/131218_george_w_bush_barack_obama_ap_605.jpg',
12-
'imageWidth' => 605,
13-
'imageHeight' => 328,
9+
'title' => 'Obama 2nd term: Echoes of Bush - POLITICO',
10+
'type' => 'rich',
11+
'image' => 'http://s3-origin-images.politico.com/2013/12/18/131218_george_w_bush_barack_obama_ap_605.jpg',
1412
'providerName' => 'POLITICO',
1513
'providerUrl' => 'http://politico.com',
1614
'providerIcon' => 'http://www.politico.com/favicon.ico',

tests/SoundcloudTest.php

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ public function testOne()
66
$this->assertEmbed(
77
'https://soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy',
88
[
9-
'title' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy)",
9+
'title' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) by Zeds Dead",
1010
'type' => 'rich',
1111
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe>',
12-
'authorName' => 'Zeds Dead',
13-
'authorUrl' => 'http://soundcloud.com/zedsdead',
1412
'providerName' => 'SoundCloud',
1513
'providerUrl' => 'https://soundcloud.com',
1614
]
@@ -37,7 +35,7 @@ public function testThree()
3735
$this->assertEmbed(
3836
'https://soundcloud.com/calumfoad/sets/flaws-ep-stream',
3937
[
40-
'title' => "Flaws EP",
38+
'title' => "Flaws EP by Calum Foad",
4139
'description' => "20 year old singer/songwriter from Reading.",
4240
'type' => 'rich',
4341
'code' => '<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F46025307&show_artwork=true"></iframe>',
@@ -52,7 +50,7 @@ public function testFour()
5250
$this->assertEmbed(
5351
'https://soundcloud.com/ididthat-1/lowe-ct-cape-times-world-cup',
5452
[
55-
'title' => "LOWE CT Cape Times - World Cup",
53+
'title' => "LOWE CT Cape Times - World Cup by iDidThat.net",
5654
'description' => "If you did it. Show it on ididthat.net",
5755
'type' => 'rich',
5856
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F191904624&show_artwork=true"></iframe>',
@@ -67,11 +65,9 @@ public function testMobile()
6765
$this->assertEmbed(
6866
'https://m.soundcloud.com/zedsdead/zeds-dead-twin-shadow-lost-you-feat-dangelo-lacy',
6967
[
70-
'title' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy)",
68+
'title' => "Zeds Dead - Lost You (feat. Twin Shadow & D'Angelo Lacy) by Zeds Dead",
7169
'type' => 'rich',
7270
'code' => '<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F150745932&show_artwork=true"></iframe>',
73-
'authorName' => 'Zeds Dead',
74-
'authorUrl' => 'http://soundcloud.com/zedsdead',
7571
'providerName' => 'SoundCloud',
7672
'providerUrl' => 'https://soundcloud.com',
7773
]

0 commit comments

Comments
 (0)