File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed
Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22dist : trusty
33php :
4- - ' 5.6'
54 - ' 7.0'
65 - ' 7.1'
6+ - ' 7.2'
7+ - nightly
78 - ' hhvm'
9+ matrix :
10+ allow_failures :
11+ - php : nightly
812install :
9- - composer update
13+ - composer install
1014script :
1115 - ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
1216after_script :
13- - php vendor/bin/php-coveralls -v
17+ - php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change 88 "php" : " >=5.6"
99 },
1010 "require-dev" : {
11- "phpunit/phpunit" : " ^5.7 " ,
11+ "phpunit/phpunit" : " ^6.5 " ,
1212 "php-coveralls/php-coveralls" : " ^2.1"
1313 },
1414 "autoload" : {
1515 "psr-4" : {
1616 "DivineOmega\\ DOFileCache\\ " : " src/"
1717 }
1818 },
19+ "autoload-dev" : {
20+ "psr-4" : {
21+ "DivineOmega\\ DOFileCache\\ Tests\\ " : " tests/"
22+ }
23+ },
1924 "extra" : {
2025 "branch-alias" : {
2126 "dev-master" : " 1.0-dev"
Original file line number Diff line number Diff line change 2525 </whitelist >
2626 </filter >
2727 <php >
28-
28+
2929 </php >
30- </phpunit >
30+ </phpunit >
Original file line number Diff line number Diff line change 11<?php
22
3+ namespace DivineOmega \DOFileCache \Tests ;
4+
35use PHPUnit \Framework \TestCase ;
46
57final class CacheStorageAndRetrievalTest extends TestCase
Original file line number Diff line number Diff line change 11<?php
22
3+ namespace DivineOmega \DOFileCache \Tests ;
4+
35use PHPUnit \Framework \TestCase ;
46
5- final class BasicTests extends TestCase
7+ final class BasicTest extends TestCase
68{
79 private $ cache = null ;
810
You can’t perform that action at this time.
0 commit comments