From ed4741b5ffa02f5c61b2b206e1dc550ff66089e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BB=E5=BF=83=E5=8D=B0?= <839024615@qq.com> Date: Tue, 27 Dec 2022 12:39:33 +0800 Subject: [PATCH] dev --- tests/Provider/DouyinTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Provider/DouyinTest.php b/tests/Provider/DouyinTest.php index 5daf706..81c75c5 100644 --- a/tests/Provider/DouyinTest.php +++ b/tests/Provider/DouyinTest.php @@ -29,7 +29,6 @@ public function testGetData() { $app = new Douyin($this->url); $data = $app->getData(); - print_r($data); $this->assertTrue(!empty($data['url'])); $this->assertTrue(!empty($data['img']));