Skip to content

Commit fdb5e91

Browse files
committed
prepare release
1 parent 89e8d26 commit fdb5e91

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
4.0.0
55
-----
66

7-
* [BC-BREAK] Made bootstrap utility methods in BaseTestCase static to not conflict with recent versions of Symfony FrameworkBundle.
7+
* **2021-08-30**: [BC-BREAK] Made bootstrap utility methods in BaseTestCase static to not conflict with recent versions of Symfony FrameworkBundle.
88

99
3.3.0
1010
-----

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Symfony CMF Testing
22

3+
[![Tests](https://github.com/symfony-cmf/Testing/actions/workflows/test-application.yaml/badge.svg)](https://github.com/symfony-cmf/Testing/actions)
34
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/testing/v/stable)](https://packagist.org/packages/symfony-cmf/testing)
4-
[![Latest Unstable Version](https://poser.pugx.org/symfony-cmf/testing/v/unstable)](https://packagist.org/packages/symfony-cmf/testing)
55
[![License](https://poser.pugx.org/symfony-cmf/testing/license)](https://packagist.org/packages/symfony-cmf/testing)
66

77
[![Total Downloads](https://poser.pugx.org/symfony-cmf/testing/downloads)](https://packagist.org/packages/symfony-cmf/testing)
88
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/testing/d/monthly)](https://packagist.org/packages/symfony-cmf/testing)
99
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/testing/d/daily)](https://packagist.org/packages/symfony-cmf/testing)
1010

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] |
15-
16-
1711
This package is part of the [Symfony Content Management Framework (CMF)](https://cmf.symfony.com/) and licensed
1812
under the [MIT License](LICENSE).
1913

@@ -51,18 +45,3 @@ Thanks to
5145
## License
5246

5347
This package is available under the [MIT license](src/Resources/meta/LICENSE).
54-
55-
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/Testing.svg?branch=2.1
56-
[travis_stable_link]: https://travis-ci.org/symfony-cmf/Testing
57-
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/Testing.svg?branch=dev-master
58-
[travis_unstable_link]: https://travis-ci.org/symfony-cmf/Testing
59-
60-
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/Testing/badge.svg?branch=2.1
61-
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/Testing?branch=2.1
62-
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/Testing/badge.svg?branch=dev-master
63-
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/Testing?branch=dev-master
64-
65-
[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/symfony-cmf/Testing/badges/quality-score.png?b=2.1
66-
[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/symfony-cmf/Testing/?branch=2.1
67-
[scrutinizer_unstable_badge]: https://scrutinizer-ci.com/g/symfony-cmf/Testing/badges/quality-score.png?b=dev-master
68-
[scrutinizer_unstable_link]: https://scrutinizer-ci.com/g/symfony-cmf/Testing/?branch=dev-master

0 commit comments

Comments
 (0)