| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class AuthorizationCodeTest extends \PHPUnit_Framework_TestCase |
||
| 16 | { |
||
| 17 | |||
| 18 | public function testSetSessionStateStorage() |
||
| 19 | { |
||
| 20 | |||
| 21 | } |
||
| 22 | |||
| 23 | public function testGetAuthorizationCode() |
||
| 24 | { |
||
| 25 | |||
| 26 | } |
||
| 27 | |||
| 28 | public function testSetAuthorizationCode() |
||
| 29 | { |
||
| 30 | |||
| 31 | } |
||
| 32 | |||
| 33 | public function testExpireAuthorizationCode() |
||
| 35 | |||
| 36 | } |
||
| 37 | } |
||
| 38 |