1 | <?php |
||
21 | class ShopifyAuthAuthenticateTest extends TestCase |
||
22 | { |
||
23 | |||
24 | public function setUp() |
||
28 | |||
29 | public function testAuthenticate() |
||
33 | |||
34 | public function testUnauthenticated() |
||
38 | |||
39 | public function testGetUser() |
||
43 | |||
44 | public function testImplementedEvents() |
||
48 | |||
49 | public function testAfterIdentify() |
||
53 | |||
54 | public function testLogout() |
||
58 | |||
59 | } |
||
60 |