Skip to content

Commit d1c1a3b

Browse files
authored
doc: test component
1 parent 8a35ee2 commit d1c1a3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ If you need a `Given` step, add it to the doctrine context in `tests/Core/Behat/
181181

182182
The last step is to add you feature inside `features/`. You can add your test in one of our existing features, or create your own.
183183

184+
## Components tests
185+
186+
API Platform is split into several components. There are tests for each of these, to run them `cd src/Doctrine/Common` then `composer update` and `./vendor/bin/phpunit`.
187+
We do not provide a way to run all these tests at once yet.
188+
184189
# License and Copyright Attribution
185190

186191
When you open a Pull Request to the API Platform project, you agree to license your code under the [MIT license](LICENSE)

0 commit comments

Comments
 (0)