[WebLink] Fix tests

This commit is contained in:
Kévin Dunglas 2017-04-11 10:27:21 +02:00
parent 8807eaf30b
commit e31341a855
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -29,7 +29,7 @@
"symfony/http-kernel": "^2.8|^3.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Link\\": "" },
"psr-4": { "Symfony\\Component\\WebLink\\": "" },
"exclude-from-classmap": [
"/Tests/"
]