We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087479 commit a8d9538Copy full SHA for a8d9538
.travis.yml
@@ -8,13 +8,13 @@ env:
8
- SUITE=PHPCache
9
- SUITE=Symfony
10
- SUITE=Stash
11
- - SUITE=MadeWithLove
+ - SUITE=madewithlove
12
13
matrix:
14
fast_finish: true
15
allow_failures:
16
- env: SUITE=Stash
17
- - env: SUITE=MadeWithLove
+ - env: SUITE=madewithlove
18
19
services:
20
- redis
phpunit.xml.dist
@@ -25,7 +25,7 @@
25
<file>./tests/StashTest.php</file>
26
</testsuite>
27
28
- <testsuite name="MadeWithLove">
+ <testsuite name="madewithlove">
29
<file>./vendor/madewithlove/illuminate-psr-cache-bridge/tests/integration/IntegrationTest.php</file>
30
31
</testsuites>
0 commit comments