Autoload tests namespace
This commit is contained in:
parent
fd08a62c32
commit
3bd1f37032
|
@ -27,6 +27,11 @@
|
|||
},
|
||||
"files": ["src/helpers.php"]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"merge-plugin": {
|
||||
"include": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace FormatTalksBundle\Tests\Twig;
|
||||
namespace Tests\FormatTalksBundle\Twig;
|
||||
|
||||
use DateTime;
|
||||
use FormatTalksBundle\Twig\FormatTalksExtension;
|
||||
|
|
Reference in a new issue