8000 [Cache] Fix phpunit.xml.dist · symfony/symfony@38a768e · GitHub
[go: up one dir, main page]

Skip to content

Commit 38a768e

Browse files
[Cache] Fix phpunit.xml.dist
1 parent 1d9b1af commit 38a768e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Symfony/Component/Cache/phpunit.xml.dist

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@
3333
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
3434
<arguments>
3535
<array>
36-
<element><string>Cache\IntegrationTests</string></element>
37-
<element><string>Doctrine\Common\Cache</string></element>
36+
<element key="time-sensitive">
37+
<array>
38+
<element><string>Cache\IntegrationTests</string></element>
39+
<element><string>Doctrine\Common\Cache</string></element>
40+
</array>
41+
</element>
3842
</array>
3943
</arguments>
4044
</listener>

0 commit comments

Comments
 (0)
0