File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33* By Matthias Noback and contributors*
44
5- [ ![ Build Status] ( https://secure.travis-ci.org /SymfonyTest/SymfonyConfigTest.png )] ( http ://travis-ci.org /SymfonyTest/SymfonyConfigTest)
5+ [ ![ Build Status] ( https://github.com /SymfonyTest/SymfonyConfigTest/actions/workflows/ci.yaml/badge.svg )] ( https ://github.com /SymfonyTest/SymfonyConfigTest/actions/workflows/ci.yaml )
66
77Writing configuration classes using the [ Symfony Config
8- Component] ( http ://symfony.com/doc/current/components/config/definition.html) can be quite hard. To help you verify the
8+ Component] ( https ://symfony.com/doc/current/components/config/definition.html) can be quite hard. To help you verify the
99validity of the resulting config node tree, this library provides a PHPUnit test case and some custom assertions.
1010
1111## Installation
@@ -127,7 +127,7 @@ class ConfigurationTest extends TestCase
127127
128128Please note: the first argument of each of the `` assert* `` methods is an * array of arrays* . The extra nesting level
129129allows you to test the merge process. See also the section [ Merging
130- options] ( http ://symfony.com/doc/current/components/config/definition.html#merging-options) of the Config Component
130+ options] ( https ://symfony.com/doc/current/components/config/definition.html#merging-options) of the Config Component
131131documentation.
132132
133133### Test a subset of the configuration tree
You can’t perform that action at this time.
0 commit comments