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

Appearance settings

Commit c23d327

Browse filesBrowse files
committed
minor #22283 [FrameworkBundle] Fix console fixtures (ro0NL)
This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] Fix console fixtures | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22278 (comment) | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> cc @nicolas-grekas Commits ------- a7bd944 [FrameworkBundle] Fix console fixtures
2 parents 24b1b0d + a7bd944 commit c23d327
Copy full SHA for c23d327

File tree

Expand file treeCollapse file tree

4 files changed

+15
-15
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+15
-15
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/alias_with_definition_2.txt
+3-3Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_2.txt
+3-3Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_1.txt
+6-6Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_2.txt
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.