Skip to content

Commit d205d75

Browse files
committed
committed this test too early sorry
1 parent 50078b5 commit d205d75

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/Mf2/ParseUTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,6 @@ public function testParseUHandlesSource() {
222222
$this->assertEquals('http://example.com/video.ogg', $output['items'][0]['properties']['video'][1]);
223223
}
224224

225-
/**
226-
* @group parseU
227-
*/
228-
public function testParseUHandlesVideoPoster() {
229-
$input = '<div class="h-entry"><video class="u-photo" poster="http://example.com/posterimage.jpg"><source class="u-video" src="http://example.com/video.mp4" type="video/mp4"></video></div>';
230-
$parser = new Parser($input);
231-
$output = $parser->parse();
232-
233-
$this->assertArrayHasKey('video', $output['items'][0]['properties']);
234-
$this->assertEquals('http://example.com/video.mp4', $output['items'][0]['properties']['video'][0]);
235-
$this->assertEquals('http://example.com/posterimage.jpg', $output['items'][0]['properties']['photo'][0]);
236-
}
237-
238225
/**
239226
* @group parseU
240227
*/

0 commit comments

Comments
 (0)