Skip to content

Commit 7ddfc5f

Browse files
minor symfony#16670 Always enable clock-mock for HttpFoundation (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- Always enable clock-mock for HttpFoundation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#16660 | License | MIT | Doc PR | - Commits ------- 1712086 Always enable clock-mock for HttpFoundation
2 parents 27327d3 + 1712086 commit 7ddfc5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phpunit.xml.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,14 @@
4545
</exclude>
4646
</whitelist>
4747
</filter>
48+
49+
<listeners>
50+
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
51+
<arguments>
52+
<array>
53+
<element><string>Symfony\Component\HttpFoundation</string></element>
54+
</array>
55+
</arguments>
56+
</listener>
57+
</listeners>
4858
</phpunit>

0 commit comments

Comments
 (0)