Skip to content

Commit e95b8b3

Browse files
committed
Adding failing test
1 parent 2b9d29e commit e95b8b3

File tree

3 files changed

+2422
-0
lines changed

3 files changed

+2422
-0
lines changed

tests/PagesTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,9 @@ public function testYoutube()
184184
$this->assertEmbed('https://www.youtube.com/playlist?list=PL4qTakKkQATKOyZPJG_cAMnRtF7fAIdST');
185185
$this->assertEmbed('https://www.youtube.com/channel/UCuZeHD5SGecQomz2pVDHGzg');
186186
}
187+
188+
public function testBBCNews()
189+
{
190+
$this->assertEmbed('https://www.bbc.co.uk/news/uk-54222286');
191+
}
187192
}

0 commit comments

Comments
 (0)