Skip to content

Commit dc0bbe6

Browse files
committed
chore: tweak README
1 parent f7ac85d commit dc0bbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ phd_api_testing:
4646
In your Api Test class use `JwtLoginTrait` and `login` method to handle authentication:
4747
4848
```php
49-
use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;use ApiPlatform\Symfony\Bundle\Test\Client;use PhPhD\ApiTesting\Jwt\JwtLoginTrait;
49+
use PhPhD\ApiTesting\Jwt\JwtLoginTrait;
5050
5151
final class ExampleProtectedApiTest extends ApiTestCase
5252
{

0 commit comments

Comments
 (0)