File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Symfony Bundle Test
2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/Nyholm/symfony-bundle-test.svg?style=flat-square )] ( https://github.com/Nyholm/symfony-bundle-test/releases )
4
- [ ![ Build Status] ( https://img.shields.io/travis/Nyholm /symfony-bundle-test/master.svg?style=flat-square )] ( https://travis-ci.org/Nyholm /symfony-bundle-test )
4
+ [ ![ Build Status] ( https://img.shields.io/travis/SymfonyTest /symfony-bundle-test/master.svg?style=flat-square )] ( https://travis-ci.org/SymfonyTest /symfony-bundle-test )
5
5
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/Nyholm/symfony-bundle-test.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test )
6
6
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/Nyholm/symfony-bundle-test.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test )
7
7
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/nyholm/symfony-bundle-test.svg?style=flat-square )] ( https://packagist.org/packages/nyholm/symfony-bundle-test )
@@ -12,7 +12,7 @@ When you want to make sure that your bundle works with different versions of Sym
12
12
you need to create a custom ` AppKernel ` and load your bundle and configuration.
13
13
14
14
Using this bundle test together with Matthias Nobacks's
15
- [ SymfonyDependencyInjectionTest] ( https://github.com/matthiasnoback /SymfonyDependencyInjectionTest )
15
+ [ SymfonyDependencyInjectionTest] ( https://github.com/SymfonyTest /SymfonyDependencyInjectionTest )
16
16
will give you a good base for testing a Symfony bundle.
17
17
18
18
## Install
You can’t perform that action at this time.
0 commit comments