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 046995b commit 2b298e3Copy full SHA for 2b298e3
src/Providers/OEmbed/Yfrog.php
tests/YFrogTest.php renamed to tests/ImageshackTest.php
@@ -1,22 +1,7 @@
1
<?php
2
3
-class YFrogTest extends TestCaseBase
+class ImageshackTest extends TestCaseBase
4
{
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
-
20
public function testImageShack()
21
22
$this->assertEmbed(
0 commit comments