Skip to content

Commit 5c85a6c

Browse files
committed
removed rdio test, because it is shutted down
1 parent cf5beb9 commit 5c85a6c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/RedirectionsTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ public function testGoogleTranslate()
99
$this->assertString($info1->url, $info2->url);
1010
}
1111

12-
public function testRdio()
13-
{
14-
$info1 = Embed\Embed::create('http://rd.io/x/Q1IjXC8s');
15-
$info2 = Embed\Embed::create('https://www.rdio.com/artist/Soundgarden/album/Superunknown/?utm_campaign=share&utm_medium=Album&utm_source=13&utm_content=224371');
16-
$this->assertString($info1->url, $info2->url);
17-
}
18-
1912
public function testTwitter()
2013
{
2114
$info1 = Embed\Embed::create('https://twitter.com/#!/twitter/status/99530515043983360');

0 commit comments

Comments
 (0)