From c23b122c9738a9578be2e70a71ae7c05f540c035 Mon Sep 17 00:00:00 2001 From: ging-dev Date: Wed, 4 Oct 2023 19:12:39 +0700 Subject: [PATCH] chore: add more test --- tests/GetVideoTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/GetVideoTest.php b/tests/GetVideoTest.php index 52d36d5..9aff179 100644 --- a/tests/GetVideoTest.php +++ b/tests/GetVideoTest.php @@ -13,4 +13,5 @@ expect($video->get('https://www.tiktok.com/@tiin.vn/video/7106079259537591554?is_copy_url=1&is_from_webapp=v1'))->toBeString(); $video->setDriver(new FacebookDriver()); expect($video->get('https://www.facebook.com/watch/?v=343380744781609'))->toBeString(); + expect($video->get('https://www.facebook.com/watch/?v=343380744781601'))->toBeFalse(); });