8000 Minor rewords · symfony/symfony-docs@1fde57c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fde57c

Browse files
committed
Minor rewords
1 parent ec6bfdf commit 1fde57c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/phpunit_bridge.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ Running Tests in Parallel
128128
-------------------------
129129

130130
The modified PHPUnit script allows running tests in parallel by providing
131-
a directory containing multiple suites with their own ``phpunit.xml.dist``.
131+
a directory containing multiple test suites with their own ``phpunit.xml.dist``.
132132

133133
.. code-block:: terminal
134134
135-
├── tests
136-
│   ├── Functional
135+
├── tests/
136+
│   ├── Functional/
137137
│   │   ├── ...
138138
│   │   └── phpunit.xml.dist
139-
│   ├── Unit
139+
│   ├── Unit/
140140
│   │   ├── ...
141141
│   │   └── phpunit.xml.dist
142142
@@ -147,8 +147,8 @@ a directory containing multiple suites with their own ``phpunit.xml.dist``.
147147
The modified PHPUnit script will recursively go through the provided directory,
148148
up to a depth of 3 subfolders or the value specified by the environment variable
149149
``SYMFONY_PHPUNIT_MAX_DEPTH``, looking for ``phpunit.xml.dist`` files and then
150-
run each suite it finds in parallel, collecting their output and display each
151-
suites test results in their own section.
150+
running each suite it finds in parallel, collecting their output and displaying
151+
each test suite results in their own section.
152152

153153
Trigger Deprecation Notices
154154
---------------------------

0 commit comments

Comments
 (0)
0