Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c953249 commit 45dd690Copy full SHA for 45dd690
1 file changed
contributing/code/tests.rst
@@ -63,6 +63,15 @@ command:
63
The output should display `OK`. If not, you need to figure out what's going on
64
and if the tests are broken because of your modifications.
65
66
+.. tip::
67
+
68
+ If you want to test a single component type it's path after `phpunit`
69
+ command, e.g.:
70
71
+ .. code-block:: bash
72
73
+ $ phpunit src/Symfony/Component/Finder/
74
75
.. tip::
76
77
Run the test suite before applying your modifications to check that they
0 commit comments