Skip to content

Commit ba8d387

Browse files
committed
fix #1749
1 parent ff2ccb4 commit ba8d387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Now that you have some data fixtures for your API, you are ready to write functi
149149

150150
The API Platform test client implements the interfaces of the [Symfony HttpClient](https://symfony.com/doc/current/components/http_client.html). HttpClient is shipped with the API Platform distribution. The [Symfony test pack](https://github.com/symfony/test-pack/blob/main/composer.json), which includes PHPUnit as well as Symfony components useful for testing, is also included.
151151

152-
If you don't use the distribution, run `composer require --dev symfony/test-pack symfony/http-client` to install them.
152+
Run `composer require --dev symfony/test-pack symfony/http-client` to install the testing tools (when using the distribution they're already installed).
153153

154154
Install [DAMADoctrineTestBundle](https://github.com/dmaicher/doctrine-test-bundle) to reset the database automatically before each test:
155155

0 commit comments

Comments
 (0)