Skip to content

Commit 1d1c58b

Browse files
committed
Fix missing key for time-sensitive tests
1 parent d6efc43 commit 1d1c58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ the mocked namespaces in the ``phpunit.xml`` file, as done for example in the
232232
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
233233
<arguments>
234234
<array>
235-
<element><string>Symfony\Component\HttpFoundation</string></element>
235+
<element key="time-sensitive"><string>Symfony\Component\HttpFoundation</string></element>
236236
</array>
237237
</arguments>
238238
</listener>

0 commit comments

Comments
 (0)