This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection
Fabien Potencier f44eef4525 minor #13672 [FrameworkBundle] Enable assets by default (jakzal)
This PR was merged into the 2.7 branch.

Discussion
----------

[FrameworkBundle] Enable assets by default

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #13667
| License       | MIT
| Doc PR        | -

This should make the tests pass again.

There are two templates from TwigBundle that are used with functional tests, and require the asset() helper:
* src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig
* src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig

Commits
-------

f5c0a69 [FrameworkBundle] Enable assets by default.
2015-02-16 10:20:28 +01:00
..
Compiler renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
Fixtures renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
ConfigurationTest.php minor #13672 [FrameworkBundle] Enable assets by default (jakzal) 2015-02-16 10:20:28 +01:00
FrameworkExtensionTest.php renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
PhpFrameworkExtensionTest.php renamed asset_path() to asset() and added a BC layer 2015-02-10 13:45:46 +01:00
XmlFrameworkExtensionTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
YamlFrameworkExtensionTest.php [FrameworkBundle] Only enable CSRF protection when enabled in config 2013-10-28 10:42:32 +01:00