Skip to content

[WIP][Console] Set box style table as default #26596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testDebugAllRoutes()
$ret = $tester->execute(array('name' => null), array('decorated' => false));

$this->assertEquals(0, $ret, 'Returns 0 in case of success');
$this->assertContains('Name Method Scheme Host Path', $tester->getDisplay());
$this->assertContains('Name Method Scheme Host Path', $tester->getDisplay());
}

public function testDebugSingleRoute()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
Information for Service "service_1"
===================================

---------------- -----------------------------
 Option   Value 
---------------- -----------------------------
Service ID service_1
Class Full\Qualified\Class1
Tags -
Public yes
Synthetic no
Lazy yes
Shared yes
Abstract yes
Autowired no
Autoconfigured no
Factory Class Full\Qualified\FactoryClass
Factory Method get
---------------- -----------------------------
┌────────────────┬─────────────────────────────┐
 Option  Value 
├────────────────┼─────────────────────────────┤
Service ID service_1
Class Full\Qualified\Class1
Tags -
Public yes
Synthetic no
Lazy yes
Shared yes
Abstract yes
Autowired no
Autoconfigured no
Factory Class Full\Qualified\FactoryClass
Factory Method get
└────────────────┴─────────────────────────────┘
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
Information for Service "service_2"
===================================

----------------- ---------------------------------
 Option   Value 
----------------- ---------------------------------
Service ID service_2
Class Full\Qualified\Class2
 Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes
Lazy no
Shared yes
Abstract no
Autowired no
Autoconfigured no
Required File /path/to/file
Factory Service factory.service
Factory Method get
----------------- ---------------------------------
┌─────────────────┬─────────────────────────────────┐
 Option  Value 
├─────────────────┼─────────────────────────────────┤
Service ID service_2
Class Full\Qualified\Class2
Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes
Lazy no
Shared yes
Abstract no
Autowired no
Autoconfigured no
Required File /path/to/file
Factory Service factory.service
Factory Method get
└─────────────────┴─────────────────────────────────┘
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------- -----------------------------------------------------------------
 Parameter   Value 
--------------------- -----------------------------------------------------------------
twig.form.resources ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
--------------------- -----------------------------------------------------------------
┌─────────────────────┬─────────────────────────────────────────────────────────────────┐
 Parameter  Value 
├─────────────────────┼─────────────────────────────────────────────────────────────────┤
twig.form.resources ["bootstrap_3_horizontal_layout.html.twig","bootstrap_3_layo...
└─────────────────────┴─────────────────────────────────────────────────────────────────┘
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Symfony Container Public Services
=================================

------------------- --------------------------------------------------------
 Service ID   Class name 
------------------- --------------------------------------------------------
alias_1 alias for "service_1"
definition_1 Full\Qualified\Class1
service_container Symfony\Component\DependencyInjection\ContainerBuilder
------------------- --------------------------------------------------------
┌───────────────────┬────────────────────────────────────────────────────────┐
 Service ID  Class name 
├───────────────────┼────────────────────────────────────────────────────────┤
alias_1 alias for "service_1"
definition_1 Full\Qualified\Class1
service_container Symfony\Component\DependencyInjection\ContainerBuilder
└───────────────────┴────────────────────────────────────────────────────────┘

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Symfony Container Public Services
=================================

------------------- --------------------------------------------------------
 Service ID   Class name 
------------------- --------------------------------------------------------
alias_1 alias for "service_1"
definition_1 Full\Qualified\Class1
service_container Symfony\Component\DependencyInjection\ContainerBuilder
------------------- --------------------------------------------------------
┌───────────────────┬────────────────────────────────────────────────────────┐
 Service ID  Class name 
├───────────────────┼────────────────────────────────────────────────────────┤
alias_1 alias for "service_1"
definition_1 Full\Qualified\Class1
service_container Symfony\Component\DependencyInjection\ContainerBuilder
└───────────────────┴────────────────────────────────────────────────────────┘

Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Symfony Container Public and Private Services
=============================================

------------------- --------------------------------------------------------
 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
------------------- --------------------------------------------------------
┌───────────────────┬────────────────────────────────────────────────────────┐
 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
└───────────────────┴────────────────────────────────────────────────────────┘

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Symfony Container Public and Private Services Tagged with "tag1" Tag
====================================================================

-------------- ------- ------- ------- -----------------------
 Service ID   attr1   attr2   attr3   Class name 
-------------- ------- ------- ------- -----------------------
definition_2 val1 val2 Full\Qualified\Class2
" val3
-------------- ------- ------- ------- -----------------------
┌──────────────┬───────┬───────┬───────┬───────────────────────┐
 Service ID  attr1  attr2  attr3  Class name 
├──────────────┼───────┼───────┼───────┼───────────────────────┤
definition_2 val1 val2 Full\Qualified\Class2
" val3
└──────────────┴───────┴───────┴───────┴───────────────────────┘

Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---------------- -----------------------------
 Option   Value 
---------------- -----------------------------
Service ID -
Class Full\Qualified\Class1
Tags -
Public yes
Synthetic no
Lazy yes
Shared yes
Abstract yes
Autowired no
Autoconfigured no
Factory Class Full\Qualified\FactoryClass
Factory Method get
---------------- -----------------------------

┌────────────────┬─────────────────────────────┐
│ Option │ Value │
├────────────────┼─────────────────────────────┤
│ Service ID │ - │
│ Class │ Full\Qualified\Class1 │
│ Tags │ - │
│ Public │ yes │
│ Synthetic │ no │
│ Lazy │ yes │
│ Shared │ yes │
│ Abstract │ yes │
│ Autowired │ no │
│ Autoconfigured │ no │
│ Factory Class │ Full\Qualified\FactoryClass │
│ Factory Method │ get │
└────────────────┴─────────────────────────────┘
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
----------------- ---------------------------------
 Option   Value 
----------------- ---------------------------------
Service ID -
Class Full\Qualified\Class2
 Tags tag1 (attr1: val1, attr2: val2) 
 tag1 (attr3: val3) 
 tag2
Calls setMailer
Public no
Synthetic yes
Lazy no
Shared yes
Abstract no
Autowired no
Autoconfigured no
Required File /path/to/file
Factory Service factory.service
Factory Method get
----------------- ---------------------------------

┌─────────────────┬─────────────────────────────────┐
│ Option │ Value │
├─────────────────┼─────────────────────────────────┤
│ Service ID │ - │
│ Class │ Full\Qualified\Class2 │
│ Tags │ tag1 (attr1: val1, attr2: val2) │
│ │ tag1 (attr3: val3) │
│ │ tag2 │
│ Calls │ setMailer │
│ Public │ no │
│ Synthetic │ yes │
│ Lazy │ no │
│ Shared │ yes │
│ Abstract │ no │
│ Autowired │ no │
│ Autoconfigured │ no │
│ Required File │ /path/to/file │
│ Factory Service │ factory.service │
│ Factory Method │ get │
└─────────────────┴─────────────────────────────────┘
Loading