Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb1be51

Browse files
committed
revert useless tests fixtures changes
This will revert#25847. Basically, the changes done in#25847 were notwrong per se. However, those changes were not necessary as the testswere not failing because of the missing "assets" config, but due to anissue introduced in the Config component. Furthermore, removing thispart of the config fixtures gives us the benefit that our beforenormalization logic that enables assets support when the templatingintegration is enabled is properly tested.
1 parentfa7b760 commitfb1be51

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22

33
$container->loadFromExtension('framework',array(
4-
'assets' =>array(
5-
'enabled' =>true,
6-
),
74
'templating' =>array(
85
'engines' =>array('php','twig'),
96
),

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
77

88
<framework:config>
9-
<framework:assetsenabled="true" />
109
<framework:templating>
1110
<framework:engine>php</framework:engine>
1211
<framework:engine>twig</framework:engine>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
framework:
2-
assets:
3-
enabled:true
42
templating:
53
engines:[php, twig]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp