1 | <?php |
||
5 | class ClientTest extends \PHPUnit_Framework_TestCase |
||
6 | { |
||
7 | public function testCreateSandbox() |
||
12 | |||
13 | /** |
||
14 | * @dataProvider dataValidSslCert |
||
15 | */ |
||
16 | public function testSslCert($sslCert) |
||
21 | |||
22 | public function dataValidSslCert() |
||
29 | |||
30 | public function testCreateProd() |
||
35 | |||
36 | public function testCreatePushURI() |
||
44 | |||
45 | public function testSend() |
||
55 | |||
56 | /** |
||
57 | * @return \PHPUnit_Framework_MockObject_MockObject |
||
58 | */ |
||
59 | private function getMockCallable() |
||
63 | } |
||
64 |