8000 Always enable clock-mock for HttpFoundation · symfony/symfony@1712086 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1712086

Browse files
Always enable clock-mock for HttpFoundation
1 parent bece73a commit 1712086

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="Sym 6020 fony\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)
0