Skip to content

Commit a7bd944

Browse files
committed
[FrameworkBundle] Fix console fixtures
1 parent 24b1b0d commit a7bd944

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_with_definition_2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
----------------- ---------------------------------
99
Service ID service_2
1010
Class Full\Qualified\Class2
11-
Tags tag1 (attr1: val1, attr2: val2)
12-
tag1 (attr3: val3)
13-
tag2
11+
 Tags tag1 (attr1: val1, attr2: val2) 
12+
 tag1 (attr3: val3) 
13+
 tag2
1414
Calls setMailer
1515
Public no
1616
Synthetic yes

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
----------------- ---------------------------------
44
Service ID -
55
Class Full\Qualified\Class2
6-
Tags tag1 (attr1: val1, attr2: val2)
7-
tag1 (attr3: val3)
8-
tag2
6+
 Tags tag1 (attr1: val1, attr2: val2) 
7+
 tag1 (attr3: val3) 
8+
 tag2
99
Calls setMailer
1010
Public no
1111
Synthetic yes

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
Autowired no
1313
Factory Class Full\Qualified\FactoryClass
1414
Factory Method get
15-
Arguments Service(definition2)
16-
%parameter%
17-
Inlined Service
18-
Array (3 element(s))
19-
Iterator (2 element(s))
20-
ClosureProxy(Service(definition1)::get())
15+
 Arguments Service(definition2) 
16+
 %parameter% 
17+
 Inlined Service 
18+
 Array (3 element(s)) 
19+
 Iterator (2 element(s)) 
20+
 ClosureProxy(Service(definition1)::get())
2121
---------------- -------------------------------------------
2222

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
----------------- ---------------------------------
44
Service ID -
55
Class Full\Qualified\Class2
6-
Tags tag1 (attr1: val1, attr2: val2)
7-
tag1 (attr3: val3)
8-
tag2
6+
 Tags tag1 (attr1: val1, attr2: val2) 
7+
 tag1 (attr3: val3) 
8+
 tag2
99
Calls setMailer
1010
Public no
1111
Synthetic yes

0 commit comments

Comments
 (0)