| 1 | <?php |
||
| 13 | class AuthenticationRequestTest extends \PHPUnit_Framework_TestCase |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Tests that the constructor validation is working |
||
| 18 | * |
||
| 19 | * @expectedException \Jalle19\StatusManager\Exception\MalformedRequestException |
||
| 20 | */ |
||
| 21 | public function testConstructor() |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * |
||
| 29 | */ |
||
| 30 | public function testPayload() |
||
| 35 | |||
| 36 | } |
||
| 37 |