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 | https://github.com/symfony/symfony/pull/22278#issuecomment-291600177
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->

cc @nicolas-grekas

Commits
-------

a7bd9443a8 [FrameworkBundle] Fix console fixtures
This commit is contained in:
Fabien Potencier 2017-04-04 15:05:04 -07:00
commit c23d327edf
4 changed files with 15 additions and 15 deletions

View File

@ -8,9 +8,9 @@
----------------- ---------------------------------
Service ID service_2
Class Full\Qualified\Class2
Tags tag1 (attr1: val1, attr2: val2)
tag1 (attr3: val3)
tag2
 Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes

View File

@ -3,9 +3,9 @@
----------------- ---------------------------------
Service ID -
Class Full\Qualified\Class2
Tags tag1 (attr1: val1, attr2: val2)
tag1 (attr3: val3)
tag2
 Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes

View File

@ -12,11 +12,11 @@
Autowired no
Factory Class Full\Qualified\FactoryClass
Factory Method get
Arguments Service(definition2)
%parameter%
Inlined Service
Array (3 element(s))
Iterator (2 element(s))
ClosureProxy(Service(definition1)::get())
 Arguments Service(definition2) 
 %parameter% 
 Inlined Service 
 Array (3 element(s)) 
 Iterator (2 element(s)) 
 ClosureProxy(Service(definition1)::get())
---------------- -------------------------------------------

View File

@ -3,9 +3,9 @@
----------------- ---------------------------------
Service ID -
Class Full\Qualified\Class2
Tags tag1 (attr1: val1, attr2: val2)
tag1 (attr3: val3)
tag2
 Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes