| 1 | <?php |
||
| 11 | class AccessTokenTest extends \Test\TestCase |
||
| 12 | { |
||
| 13 | 1 | public function testConstructSuccess() |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @expectedException \SocialConnect\Auth\Provider\Exception\InvalidAccessToken |
||
| 36 | * @expectedExceptionMessage API returned data without access_token field |
||
| 37 | */ |
||
| 38 | 1 | public function testExceptionNotString() |
|
| 42 | } |
||
| 43 |