diff --git a/composer.json b/composer.json index 761c5cb1..2719acee 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,11 @@ }, "files": ["src/helpers.php"] }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests" + } + }, "extra": { "merge-plugin": { "include": [ diff --git a/tests/FormatTalksBundle/Twig/FormatTalksTest.php b/tests/FormatTalksBundle/Twig/FormatTalksTest.php index eeec8f2b..155d2a60 100644 --- a/tests/FormatTalksBundle/Twig/FormatTalksTest.php +++ b/tests/FormatTalksBundle/Twig/FormatTalksTest.php @@ -1,6 +1,6 @@