1 | <?php |
||
22 | final class ApiClientFixtureTest extends TestCase |
||
23 | { |
||
24 | use ConfigurationTestCaseTrait; |
||
25 | |||
26 | /** |
||
27 | * @test |
||
28 | */ |
||
29 | public function oauth_credentials_can_be_generated_randomly(): void |
||
33 | |||
34 | /** |
||
35 | * @test |
||
36 | */ |
||
37 | public function oauth_credentials_can_be_created_with_custom_random_id(): void |
||
43 | |||
44 | /** |
||
45 | * @test |
||
46 | */ |
||
47 | public function oauth_credentials_can_be_created_with_custom_secret(): void |
||
53 | |||
54 | /** |
||
55 | * @test |
||
56 | */ |
||
57 | public function oauth_credentials_can_be_created_with_grant_type(): void |
||
65 | |||
66 | /** |
||
67 | * {@inheritdoc} |
||
68 | */ |
||
69 | protected function getConfiguration(): ApiClientFixture |
||
76 | } |
||
77 |