Skip to content

Commit ee4e0f5

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix dama/doctrine-test-bundle docs Update process.rst
2 parents d2f5469 + 3efc706 commit ee4e0f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ operating system, you can write the above command as follows::
141141
$process = Process::fromShellCommandline('echo "${:MESSAGE}"');
142142

143143
Portable commands require using a syntax that is specific to the component: when
144-
enclosing a variable name into ``"{$:`` and ``}"`` exactly, the process object
144+
enclosing a variable name into ``"${:`` and ``}"`` exactly, the process object
145145
will replace it with its escaped value, or will fail if the variable is not
146146
found in the list of environment variables attached to the command.
147147

testing/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Now, enable it as a PHPUnit extension or listener:
4848
<phpunit>
4949
<!-- ... -->
5050
51-
<!-- Add this for PHPUnit 7.1 or higher -->
51+
<!-- Add this for PHPUnit 7.5 or higher -->
5252
<extensions>
5353
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
5454
</extensions>
5555
56-
<!-- Add this for PHPUnit 7.0 -->
56+
<!-- Add this for PHPUnit 7.0 until 7.4 -->
5757
<listeners>
5858
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
5959
</listeners>

0 commit comments

Comments
 (0)