Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 74e188c

Browse files
authored
Merge 2.x into master
2 parents 599e7a5 + 1aded26 commit 74e188c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3+
<!--
4+
DO NOT EDIT THIS FILE!
5+
6+
It's auto-generated by sonata-project/dev-kit package.
7+
-->
8+
39
<phpunit backupGlobals="false"
410
backupStaticAttributes="false"
511
colors="true"
@@ -12,13 +18,13 @@
1218
bootstrap="tests/bootstrap.php"
1319
>
1420
<testsuites>
15-
<testsuite name="CacheBundle Test Suite">
21+
<testsuite name="Sonata Cache Bundle Test Suite">
1622
<directory suffix="Test.php">./tests/</directory>
1723
</testsuite>
1824
</testsuites>
1925

2026
<listeners>
21-
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
27+
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
2228
</listeners>
2329

2430
<filter>

0 commit comments

Comments
 (0)