From b468776b4416f70063042adc6458d803e95a3cf0 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 16 Sep 2019 08:43:17 +0200 Subject: [PATCH 1/2] fix tests --- .../Tests/DependencyInjection/FrameworkExtensionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php index 4ceacc8a05..88e3350fda 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php @@ -1433,11 +1433,11 @@ abstract class FrameworkExtensionTest extends TestCase (new ChildDefinition('cache.adapter.array')) ->replaceArgument(0, 12), (new ChildDefinition('cache.adapter.filesystem')) - ->replaceArgument(0, 'x5nX4TVTWn') + ->replaceArgument(0, 'xctxZ1lyiH') ->replaceArgument(1, 12), (new ChildDefinition('cache.adapter.redis')) ->replaceArgument(0, new Reference('.cache_connection.kYdiLgf')) - ->replaceArgument(1, 'x5nX4TVTWn') + ->replaceArgument(1, 'xctxZ1lyiH') ->replaceArgument(2, 12), ], 12, From 2737a0023399367cc7d9ab119a328d677ae19c25 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 17 Sep 2019 13:07:57 +0200 Subject: [PATCH 2/2] New tweaks to the Welcome Page --- .../Component/HttpKernel/Resources/welcome.html.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Resources/welcome.html.php b/src/Symfony/Component/HttpKernel/Resources/welcome.html.php index 5fb949c7b8..fca6ab6605 100644 --- a/src/Symfony/Component/HttpKernel/Resources/welcome.html.php +++ b/src/Symfony/Component/HttpKernel/Resources/welcome.html.php @@ -8,7 +8,7 @@ - body { background: ; color: ; display: flex; font: 16px/1.5 sans-serif; height: 100vh; justify-content: center; margin: 0; width: 100vw; } + body { background: ; color: ; display: flex; font: 16px/1.5 sans-serif; justify-content: center; margin: 0; } h1, h2 { line-height: 1.2; margin: 0 0 .5em; } h1 { font-size: 36px; } h2 { font-size: 21px; margin-bottom: 1em; } @@ -31,9 +31,9 @@ .version { font-size: 34px; } .check { display: inline-block; background: ; border-radius: 20px; margin: 0 10px; width: 54px; } .check svg { fill: ; } - .status-ready { margin-top: 28px; } - .resources { position: relative; padding: 3.5em 0; } - .resources .row { margin-left: 30px; margin-right: 30px; display: flex; justify-content: space-around; } + .status-ready { margin: 28px 0 0; } + .resources { margin: 0 auto; max-width: 960px; padding: 2.5em 0 3.5em; } + .resources .row { margin-left: 30px; margin-right: 30px; display: flex; justify-content: center; } .resource { padding: 0 10px; } .resource svg { height: 48px; width: 48px; fill: ; margin-bottom: 5px; } .resource h2 { font-size: 18px; font-weight: normal; margin-bottom: 5px; } @@ -53,6 +53,7 @@ .warning { text-align: center; } .warning svg { height: 32px; width: 32px; } .resources .row { margin-left: 50px; margin-right: 50px; } + .resource { padding: 0 30px; } .status { padding-bottom: 4em; } .status code { display: inline-flex; } @@ -68,7 +69,7 @@
- You're seeing this debug page because you haven't configured any homepage URL. + You're seeing this page because you haven't configured any homepage URL.