minor #19223 [FrameworkBundle] Fix fixtures (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[FrameworkBundle] Fix fixtures

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

Commits
-------

d175477 [FrameworkBundle] Fix fixtures
This commit is contained in:
Nicolas Grekas 2016-06-29 14:08:11 +02:00
commit 4cfbcf5cc7
14 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
--------------------- -----------------------------------------------------------------
Parameter Value
 Parameter   Value 
--------------------- -----------------------------------------------------------------
twig.form.resources ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
--------------------- -----------------------------------------------------------------

View File

@ -2,7 +2,7 @@
=================================
------------------- --------------------------------------------------------
Service ID Class name
 Service ID   Class name 
------------------- --------------------------------------------------------
alias_1 alias for "service_1"
alias_2 alias for "service_2"

View File

@ -2,11 +2,11 @@
=============================================
------------------- --------------------------------------------------------
Service ID Class name
 Service ID   Class name 
------------------- --------------------------------------------------------
alias_1 alias for "service_1"
alias_2 alias for "service_2"
definition_1 Full\Qualified\Class1
definition_2 Full\Qualified\Class2
service_container Symfony\Component\DependencyInjection\ContainerBuilder
------------------- --------------------------------------------------------
------------------- --------------------------------------------------------

View File

@ -2,7 +2,7 @@
====================================================================
-------------- ------- ------- ------- -----------------------
Service ID attr1 attr2 attr3 Class name
 Service ID   attr1   attr2   attr3   Class name 
-------------- ------- ------- ------- -----------------------
definition_2 val1 val2 Full\Qualified\Class2
" val3

View File

@ -1,5 +1,5 @@
------------------ -----------------------------
Option Value
 Option   Value 
------------------ -----------------------------
Service ID -
Class Full\Qualified\Class1

View File

@ -1,5 +1,5 @@
------------------ -------------------------------------------------------
Option Value
 Option   Value 
------------------ -------------------------------------------------------
Service ID -
Class Full\Qualified\Class2

View File

@ -2,7 +2,7 @@
=======================================
------- ------------------- ----------
Order Callable Priority
 Order   Callable   Priority 
------- ------------------- ----------
#1 global_function() 255
#2 \Closure() -1

View File

@ -5,7 +5,7 @@
--------------
------- ------------------- ----------
Order Callable Priority
 Order   Callable   Priority 
------- ------------------- ----------
#1 global_function() 255
#2 \Closure() -1
@ -15,7 +15,7 @@
--------------
------- ----------------------------------------------------------------------------------- ----------
Order Callable Priority
 Order   Callable   Priority 
------- ----------------------------------------------------------------------------------- ----------
#1 Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\CallableClass::__invoke() 0
------- ----------------------------------------------------------------------------------- ----------
------- ----------------------------------------------------------------------------------- ----------

View File

@ -1,5 +1,5 @@
------------------ -----------------------------
Option Value
 Option   Value 
------------------ -----------------------------
Service ID -
Class Full\Qualified\Class1

View File

@ -1,5 +1,5 @@
------------------ -------------------------------------------------------
Option Value
 Option   Value 
------------------ -------------------------------------------------------
Service ID -
Class Full\Qualified\Class2

View File

@ -1,5 +1,5 @@
--------------- ---------
Parameter Value
 Parameter   Value 
--------------- ---------
database_name symfony
--------------- ---------

View File

@ -2,7 +2,7 @@
============================
----------- --------------------------
Parameter Value
 Parameter   Value 
----------- --------------------------
array [12,"Hello world!",true]
boolean true

View File

@ -1,5 +1,5 @@
--------- ---------- ------------ ----------- ---------------
Name Method Scheme Host Path
 Name   Method   Scheme   Host   Path 
--------- ---------- ------------ ----------- ---------------
route_1 GET|HEAD http|https localhost /hello/{name}
route_2 PUT|POST http|https localhost /name/add

View File

@ -38,7 +38,7 @@
},
"require-dev": {
"symfony/browser-kit": "~2.4|~3.0.0",
"symfony/console": "~2.8|~3.0.0",
"symfony/console": "~2.8.8|~3.0.8",
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
"symfony/polyfill-intl-icu": "~1.0",