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 c18c871 commit 6012021Copy full SHA for 6012021
tests/ClientTest.php
@@ -13,21 +13,8 @@ class ClientTest extends TestCase
13
14
public function testExpirationTime()
15
{
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
-
27
$this->client->setExpirationTime(1488966279);
28
$this->assertEquals(1488966279, $this->client->getExpirationTime());
29
30
31
}
32
33
public function testSign()
0 commit comments