XtubeResolverTest 追従

This commit is contained in:
Irie Aoi 2020-12-11 02:57:52 +09:00
parent f408c23982
commit 69ec50a6c0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class XtubeResolverTest extends TestCase
$this->assertEquals('Homegrown Big Tits', $metadata->title);
$this->assertEquals('Dedicated to the fans of the beautiful amateur women with big natural tits. All user submitted - you can see big boob amateur hotties fucking and sucking as their tits bounce and sway.', $metadata->description);
$this->assertRegExp('~https://cdn\d+-s-hw-e5\.xtube\.com/m=eaAaaEFb/videos/201302/07/RF4Nk-S774-/original/1\.jpg~', $metadata->image);
$this->assertEquals(['Amateur', 'Blowjob', 'Big Boobs', 'bigtits', 'homeg'], $metadata->tags);
$this->assertEquals(['Amateur', 'Blowjob', 'Big Boobs', 'tits', 'bigtits', 'homeg', 'big tits'], $metadata->tags);
if ($this->shouldUseMock()) {
$this->assertSame('https://www.xtube.com/video-watch/homegrown-big-tits-18634762', (string) $this->handler->getLastRequest()->getUri());
}