File tree Expand file tree Collapse file tree 3 files changed +370
-281
lines changed Expand file tree Collapse file tree 3 files changed +370
-281
lines changed Original file line number Diff line number Diff line change 66
77install :
88 - composer update
9- - composer require satooshi /php-coveralls --dev
9+ - composer require php-coveralls /php-coveralls --dev
1010
1111script :
1212 - vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313
1414after_script :
15- - php vendor/bin/coveralls -v
15+ - php vendor/bin/php- coveralls -v
Original file line number Diff line number Diff line change 1313
1414Provides Laravel-specific testing helpers and asserts.
1515
16+ | Laravel | Testing Tools |
17+ | ------- | :----------------------------------------------------------------------: |
18+ | 5.1.* | [ 5.1.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.1 ) |
19+ | 5.2.* | [ 5.2.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.2 ) |
20+ | 5.3.* | [ 5.3.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.3 ) |
21+ | 5.4.* | [ 5.4.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.4 ) |
22+ | 5.5.* | [ 5.5.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.5 ) |
23+
1624## Usage
1725
18261 . Install package through ` composer ` :
You can’t perform that action at this time.
0 commit comments