Skip to content

Commit a8d9538

Browse files
hannesvdvrekenNyholm
authored andcommitted
We prefer not to use caps (#76)
* No caps please * no caps please
1 parent 2087479 commit a8d9538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ env:
88
- SUITE=PHPCache
99
- SUITE=Symfony
1010
- SUITE=Stash
11-
- SUITE=MadeWithLove
11+
- SUITE=madewithlove
1212

1313
matrix:
1414
fast_finish: true
1515
allow_failures:
1616
- env: SUITE=Stash
17-
- env: SUITE=MadeWithLove
17+
- env: SUITE=madewithlove
1818

1919
services:
2020
- redis

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<file>./tests/StashTest.php</file>
2626
</testsuite>
2727

28-
<testsuite name="MadeWithLove">
28+
<testsuite name="madewithlove">
2929
<file>./vendor/madewithlove/illuminate-psr-cache-bridge/tests/integration/IntegrationTest.php</file>
3030
</testsuite>
3131
</testsuites>

0 commit comments

Comments
 (0)