File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 22
33[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/dd09a6c5-ccae-4c6b-b126-79337cbb6cec/big.png )] ( https://insight.sensiolabs.com/projects/dd09a6c5-ccae-4c6b-b126-79337cbb6cec )
44
5- [ ![ StyleCI] ( https://styleci.io/repos/75414626/shield?branch=master &style=flat )] ( https://styleci.io/repos/75414626 )
6- [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=master )] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools )
7- [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=master )] ( https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=master )
5+ [ ![ StyleCI] ( https://styleci.io/repos/75414626/shield?branch=5.1 &style=flat )] ( https://styleci.io/repos/75414626 )
6+ [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=5.1 )] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=5.1 )] ( https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=5.1 )
88
99[ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/testing-tools/v/stable )] ( https://packagist.org/packages/illuminated/testing-tools )
1010[ ![ Latest Unstable Version] ( https://poser.pugx.org/illuminated/testing-tools/v/unstable )] ( https://packagist.org/packages/illuminated/testing-tools )
1313
1414Provides Laravel-specific testing helpers and asserts.
1515
16- ## Requirements
17-
18- - ` PHP >=5.5.9 `
19- - ` Laravel >=5.1 `
20-
2116## Usage
2217
23181 . Install package through ` composer ` :
2419
2520 ``` shell
26- composer require --dev illuminated/testing-tools
21+ composer require --dev " illuminated/testing-tools:5.1.* "
2722 ```
2823
29242. Use ` Illuminated\T esting\T estingTools` in your ` TestCase` class:
You can’t perform that action at this time.
0 commit comments