Skip to content

Commit 2b298e3

Browse files
committed
removed Yfrog support because the domain is shutted down
1 parent 046995b commit 2b298e3

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

src/Providers/OEmbed/Yfrog.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/YFrogTest.php renamed to tests/ImageshackTest.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?php
22

3-
class YFrogTest extends TestCaseBase
3+
class ImageshackTest extends TestCaseBase
44
{
5-
//yfrog seems shutdown
6-
public function noTestOne()
7-
{
8-
$this->assertEmbed(
9-
'http://a.yfrog.com/img593/8436/snso.jpg',
10-
[
11-
'title' => 'http://a.yfrog.com/img593/8436/snso.jpg',
12-
'imageWidth' => 4928,
13-
'imageHeight' => 3264,
14-
'type' => 'photo',
15-
'providerName' => 'yFrog',
16-
]
17-
);
18-
}
19-
205
public function testImageShack()
216
{
227
$this->assertEmbed(

0 commit comments

Comments
 (0)