8
8
[ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/testing/d/monthly )] ( https://packagist.org/packages/symfony-cmf/testing )
9
9
[ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/testing/d/daily )] ( https://packagist.org/packages/symfony-cmf/testing )
10
10
11
- Branch | Travis | Coveralls |
12
- ------ | ------ | --------- |
13
- master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
11
+ Branch | Travis | Coveralls | Scrutinizer |
12
+ ------ | ------ | --------- | ----------- |
13
+ 2.1 | [ ![ Build Status] [ travis_stable_badge ]] [ travis_stable_link ] | [ ![ Coverage Status] [ coveralls_stable_badge ]] [ coveralls_stable_link ] | [ ![ Scrutinizer Status] [ scrutinizer_stable_badge ]] [ scrutinizer_stable_link ] |
14
+ dev-master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] | [ ![ Scrutinizer Status] [ scrutinizer_unstable_badge ]] [ scrutinizer_unstable_link ] |
14
15
15
- This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
16
+
17
+ This package is part of the [ Symfony Content Management Framework (CMF)] ( https://cmf.symfony.com/ ) and licensed
16
18
under the [ MIT License] ( LICENSE ) .
17
19
18
20
** NOTE** : This is an internal tool and is not intended to be used outside of
@@ -21,24 +23,24 @@ the context of the CMF.
21
23
22
24
## Requirements
23
25
24
- * PHP 5.6 / 7.0 / 7.1 / 7.2
25
- * Symfony 2.8 / 3.3 / 3.4 / 4.0
26
+ * PHP 7.1 / 7.2 / 7.3
27
+ * Symfony 3.4 / 4.0 / 4.1 / 4.2
26
28
* See also the ` require ` section of [ composer.json] ( composer.json )
27
29
28
30
## Documentation
29
31
30
32
For the install guide and reference, see:
31
33
32
- * [ symfony-cmf/testing Documentation] ( http ://symfony.com/doc/master/cmf/components/testing/index.html)
34
+ * [ symfony-cmf/testing Documentation] ( https ://symfony.com/doc/master/cmf/components/testing/index.html)
33
35
34
36
See also:
35
37
36
- * [ All Symfony CMF documentation] ( http ://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
37
- * [ Symfony CMF Website] ( http ://cmf.symfony.com/) - introduction, live demo, support and community links
38
+ * [ All Symfony CMF documentation] ( https ://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
39
+ * [ Symfony CMF Website] ( https ://cmf.symfony.com/) - introduction, live demo, support and community links
38
40
39
41
## Support
40
42
41
- For general support and questions, please use [ StackOverflow] ( http ://stackoverflow.com/questions/tagged/symfony-cmf) .
43
+ For general support and questions, please use [ StackOverflow] ( https ://stackoverflow.com/questions/tagged/symfony-cmf) .
42
44
43
45
## Contributing
44
46
@@ -47,7 +49,7 @@ Pull requests are welcome. Please see our
47
49
guide.
48
50
49
51
Unit and/or functional tests exist for this package. See the
50
- [ Testing documentation] ( http ://symfony.com/doc/master/cmf/components/testing.html)
52
+ [ Testing documentation] ( https ://symfony.com/doc/master/cmf/components/testing.html)
51
53
for a guide to running the tests.
52
54
53
55
Thanks to
@@ -57,14 +59,17 @@ Thanks to
57
59
58
60
This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
59
61
60
- [ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
61
- [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
62
- [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/testing.svg?branch=master
63
- [ travis_link ] : https://travis-ci.org/symfony-cmf/testing
64
-
65
- [ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/testing/badge.svg?branch=master
66
- [ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/testing?branch=master
67
- [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/testing/badge.svg?branch=master
68
- [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/testing?branch=master
69
- [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/testing/badge.svg?branch=master
70
- [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/testing?branch=master
62
+ [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/Testing.svg?branch=2.1
63
+ [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/Testing
64
+ [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/Testing.svg?branch=dev-master
65
+ [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/Testing
66
+
67
+ [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/Testing/badge.svg?branch=2.1
68
+ [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/Testing?branch=2.1
69
+ [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/Testing/badge.svg?branch=dev-master
70
+ [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/Testing?branch=dev-master
71
+
72
+ [ scrutinizer_stable_badge ] : https://scrutinizer-ci.com/g/symfony-cmf/Testing/badges/quality-score.png?b=2.1
73
+ [ scrutinizer_stable_link ] : https://scrutinizer-ci.com/g/symfony-cmf/Testing/?branch=2.1
74
+ [ scrutinizer_unstable_badge ] : https://scrutinizer-ci.com/g/symfony-cmf/Testing/badges/quality-score.png?b=dev-master
75
+ [ scrutinizer_unstable_link ] : https://scrutinizer-ci.com/g/symfony-cmf/Testing/?branch=dev-master
0 commit comments