| 1 | <?php |
||
| 12 | class CredentialsTest extends TestCase |
||
| 13 | { |
||
| 14 | public function testCreateFromArray() |
||
| 21 | |||
| 22 | public function testCreateFromString() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @expectedException \Wonnova\SDK\Exception\InvalidArgumentException |
||
| 31 | */ |
||
| 32 | public function testCreateFromInvalidArray() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @expectedException \Wonnova\SDK\Exception\InvalidArgumentException |
||
| 39 | */ |
||
| 40 | public function testCreateFromInvalidValue() |
||
| 44 | |||
| 45 | public function testToArray() |
||
| 51 | } |
||
| 52 |