File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed
Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.4
5- - 5.5
6- - 5.6
74 - 7.0
5+ - 7.1
86
97# faster builds on new travis setup not using sudo
108sudo : false
119
12- # cache vendor dirs
10+ # cache dirs
1311cache :
1412 directories :
1513 - $HOME/.composer/cache
16- - vendor
1714
1815install :
1916 - travis_retry composer self-update && composer --version
20- - travis_retry composer global require "fxp/composer-asset-plugin:~1.1.1"
2117 - export PATH="$HOME/.composer/vendor/bin:$PATH"
2218 - travis_retry composer install --prefer-dist --no-interaction
2319
2420script :
2521 - vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
26- - phpunit --verbose $PHPUNIT_FLAGS
22+ - phpunit
Original file line number Diff line number Diff line change 1010 "license" : " MIT" ,
1111 "authors" : [
1212 {
13- "name" : " Igor Chepurnoy " ,
14- "email" : " igorzfort @gmail.com"
13+ "name" : " Igor Chepurnoi " ,
14+ "email" : " chepurnoi.igor @gmail.com"
1515 }
1616 ],
1717 "require" : {
18+ "php" : " >=7.0.0" ,
1819 "yiisoft/yii2" : " *"
1920 },
2021 "require-dev" : {
2425 "psr-4" : {
2526 "yii2mod\\ query\\ " : " "
2627 }
27- }
28+ },
29+ "repositories" : [
30+ {
31+ "type" : " composer" ,
32+ "url" : " https://asset-packagist.org"
33+ }
34+ ]
2835}
Original file line number Diff line number Diff line change 88/**
99 * This is the base class for all yii framework unit tests.
1010 */
11- class TestCase extends \PHPUnit_Framework_TestCase
11+ class TestCase extends \PHPUnit \ Framework \TestCase
1212{
1313 protected function setUp ()
1414 {
You can’t perform that action at this time.
0 commit comments