We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ac85d commit dc0bbe6Copy full SHA for dc0bbe6
README.md
@@ -46,7 +46,7 @@ phd_api_testing:
46
In your Api Test class use `JwtLoginTrait` and `login` method to handle authentication:
47
48
```php
49
-use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;use ApiPlatform\Symfony\Bundle\Test\Client;use PhPhD\ApiTesting\Jwt\JwtLoginTrait;
+use PhPhD\ApiTesting\Jwt\JwtLoginTrait;
50
51
final class ExampleProtectedApiTest extends ApiTestCase
52
{
0 commit comments