We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5beb9 commit 5c85a6cCopy full SHA for 5c85a6c
tests/RedirectionsTest.php
@@ -9,13 +9,6 @@ public function testGoogleTranslate()
9
$this->assertString($info1->url, $info2->url);
10
}
11
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
-
19
public function testTwitter()
20
{
21
$info1 = Embed\Embed::create('https://twitter.com/#!/twitter/status/99530515043983360');
0 commit comments