File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Testing Tools
2
2
3
- [ ![ StyleCI] ( https://styleci.io/repos/75414626/shield?branch=master &style=flat )] ( https://styleci.io/repos/75414626 )
4
- [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=master )] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools )
5
- [ ![ 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 )
3
+ [ ![ StyleCI] ( https://styleci.io/repos/75414626/shield?branch=5.6 &style=flat )] ( https://styleci.io/repos/75414626 )
4
+ [ ![ Build Status] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=5.6 )] ( https://travis-ci.org/dmitry-ivanov/laravel-testing-tools )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=5.6 )] ( https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=5.6 )
6
6
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/illuminated/testing-tools/v/stable )] ( https://packagist.org/packages/illuminated/testing-tools )
8
8
[ ![ Latest Unstable Version] ( https://poser.pugx.org/illuminated/testing-tools/v/unstable )] ( https://packagist.org/packages/illuminated/testing-tools )
@@ -25,7 +25,7 @@ Provides Laravel-specific testing helpers and asserts.
25
25
1 . Install package through ` composer ` :
26
26
27
27
``` shell
28
- composer require --dev illuminated/testing-tools
28
+ composer require --dev " illuminated/testing-tools:5.6.* "
29
29
```
30
30
31
31
2. Use ` Illuminated\T esting\T estingTools` in your ` TestCase` class:
You can’t perform that action at this time.
0 commit comments