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