Skip to content

Commit 8b52e93

Browse files
authored
Fix link in readme (#144)
1 parent e193aef commit 8b52e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ PHP files, but also closures. When you create a ``Configuration`` class for your
217217
of these formats is supported. Special attention needs to be given to XML files.
218218

219219
In order to verify that any type of configuration file will be correctly loaded by your bundle, you must install the
220-
[SymfonyConfigTest](https://github.com/matthiasnoback/SymfonyConfigTest) library and create a test class that extends
220+
[SymfonyConfigTest](https://github.com/SymfonyTest/SymfonyConfigTest) library and create a test class that extends
221221
from ``AbstractExtensionConfigurationTestCase``:
222222

223223
```php

0 commit comments

Comments
 (0)