Skip to content

Commit 6012021

Browse files
committed
单元测试
1 parent c18c871 commit 6012021

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/ClientTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,8 @@ class ClientTest extends TestCase
1313

1414
public function testExpirationTime()
1515
{
16-
$params = [
17-
'action' => 'publish',
18-
'ip' => '127.0.0.1',
19-
'id' => '123456',
20-
'app' => 'live.cctv.com',
21-
'appname' => 'cctv5',
22-
'time' => 1488966279,
23-
'usrargs' => 'vhost%3Dlive.opencoding.tv%26auth_key%3D1489569710-0-0-499df36a0e5fd6d2bdbd72b877b7896a',
24-
'node' => 'eu6',
25-
];
26-
2716
$this->client->setExpirationTime(1488966279);
2817
$this->assertEquals(1488966279, $this->client->getExpirationTime());
29-
30-
3118
}
3219

3320
public function testSign()

0 commit comments

Comments
 (0)