| 1 | <?php |
||
| 11 | final class AuthenticationExceptionTest extends \PHPUnit\Framework\TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Verify basic behavior of getStatusCode(). |
||
| 15 | * |
||
| 16 | * @test |
||
| 17 | * @covers ::getStatusCode |
||
| 18 | * |
||
| 19 | * @return void |
||
| 20 | */ |
||
| 21 | public function getStatusCode() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Verify basic behavior of getReasonPhrase(). |
||
| 29 | * |
||
| 30 | * @test |
||
| 31 | * @covers ::getReasonPhrase |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function getReasonPhrase() |
||
| 40 | } |
||
| 41 |