Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitfb1be51
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- src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures
- php
- xml
- yml
3 files changed
+0
-6
lines changedsrc/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/templating_no_assets.php
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/templating_no_assets.yml
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
0 commit comments
Comments
(0)