We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff67daa commit ed4741bCopy full SHA for ed4741b
tests/Provider/DouyinTest.php
@@ -29,7 +29,6 @@ public function testGetData()
29
{
30
$app = new Douyin($this->url);
31
$data = $app->getData();
32
- print_r($data);
33
34
$this->assertTrue(!empty($data['url']));
35
$this->assertTrue(!empty($data['img']));
0 commit comments