Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit d779ad8

Browse files
committed
Huhhh, did I broke the build... Again..
1 parent 28b9609 commit d779ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<testsuites>
1414
<testsuite name="PhpfastcacheBundle Test Suite">
15-
<directory>./Tests</directory>
15+
<directory>./tests</directory>
1616
</testsuite>
1717
</testsuites>
1818

@@ -25,7 +25,7 @@
2525
<whitelist>
2626
<directory>./</directory>
2727
<exclude>
28-
<directory>./Tests</directory>
28+
<directory>./tests</directory>
2929
<directory>./vendor</directory>
3030
</exclude>
3131
</whitelist>

0 commit comments

Comments
 (0)