Skip to content

Commit 1fc59e8

Browse files
[FrameworkBundle] Fix fixtures
1 parent 0ef869d commit 1fc59e8

14 files changed

+17
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------- -----------------------------------------------------------------
2-
Parameter Value
2+
 Parameter   Value 
33
--------------------- -----------------------------------------------------------------
44
twig.form.resources ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
55
--------------------- -----------------------------------------------------------------

Tests/Fixtures/Descriptor/builder_1_public.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=================================
33

44
------------------- --------------------------------------------------------
5-
Service ID Class name
5+
 Service ID   Class name 
66
------------------- --------------------------------------------------------
77
alias_1 alias for "service_1"
88
alias_2 alias for "service_2"

Tests/Fixtures/Descriptor/builder_1_services.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
=============================================
33

44
------------------- --------------------------------------------------------
5-
Service ID Class name
5+
 Service ID   Class name 
66
------------------- --------------------------------------------------------
77
alias_1 alias for "service_1"
88
alias_2 alias for "service_2"
99
definition_1 Full\Qualified\Class1
1010
definition_2 Full\Qualified\Class2
1111
service_container Symfony\Component\DependencyInjection\ContainerBuilder
12-
------------------- --------------------------------------------------------
12+
------------------- --------------------------------------------------------

Tests/Fixtures/Descriptor/builder_1_tag1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
====================================================================
33

44
-------------- ------- ------- ------- -----------------------
5-
Service ID attr1 attr2 attr3 Class name
5+
 Service ID   attr1   attr2   attr3   Class name 
66
-------------- ------- ------- ------- -----------------------
77
definition_2 val1 val2 Full\Qualified\Class2
88
" val3

Tests/Fixtures/Descriptor/definition_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -----------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -----------------------------
44
Service ID -
55
Class Full\Qualified\Class1

Tests/Fixtures/Descriptor/definition_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -------------------------------------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -------------------------------------------------------
44
Service ID -
55
Class Full\Qualified\Class2

Tests/Fixtures/Descriptor/event_dispatcher_1_event1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=======================================
33

44
------- ------------------- ----------
5-
Order Callable Priority
5+
 Order   Callable   Priority 
66
------- ------------------- ----------
77
#1 global_function() 255
88
#2 \Closure() -1

Tests/Fixtures/Descriptor/event_dispatcher_1_events.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--------------
66

77
------- ------------------- ----------
8-
Order Callable Priority
8+
 Order   Callable   Priority 
99
------- ------------------- ----------
1010
#1 global_function() 255
1111
#2 \Closure() -1
@@ -15,7 +15,7 @@
1515
--------------
1616

1717
------- ----------------------------------------------------------------------------------- ----------
18-
Order Callable Priority
18+
 Order   Callable   Priority 
1919
------- ----------------------------------------------------------------------------------- ----------
2020
#1 Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\CallableClass::__invoke() 0
21-
------- ----------------------------------------------------------------------------------- ----------
21+
------- ----------------------------------------------------------------------------------- ----------

Tests/Fixtures/Descriptor/legacy_synchronized_service_definition_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -----------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -----------------------------
44
Service ID -
55
Class Full\Qualified\Class1

Tests/Fixtures/Descriptor/legacy_synchronized_service_definition_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
------------------ -------------------------------------------------------
2-
Option Value
2+
 Option   Value 
33
------------------ -------------------------------------------------------
44
Service ID -
55
Class Full\Qualified\Class2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------- ---------
2-
Parameter Value
2+
 Parameter   Value 
33
--------------- ---------
44
database_name symfony
55
--------------- ---------

Tests/Fixtures/Descriptor/parameters_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
============================
33

44
----------- --------------------------
5-
Parameter Value
5+
 Parameter   Value 
66
----------- --------------------------
77
array [12,"Hello world!",true]
88
boolean true

Tests/Fixtures/Descriptor/route_collection_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------- ---------- ------------ ----------- ---------------
2-
Name Method Scheme Host Path
2+
 Name   Method   Scheme   Host   Path 
33
--------- ---------- ------------ ----------- ---------------
44
route_1 GET|HEAD http|https localhost /hello/{name}
55
route_2 PUT|POST http|https localhost /name/add

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"require-dev": {
4040
"symfony/browser-kit": "~2.4|~3.0.0",
41-
"symfony/console": "~2.8|~3.0.0",
41+
"symfony/console": "~2.8.8|~3.0.8",
4242
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
4343
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
4444
"symfony/polyfill-intl-icu": "~1.0",

0 commit comments

Comments
 (0)