Procházet zdrojové kódy

fixed unit tests (broken by previous commit)

Fabien Potencier před 14 roky
rodič
revize
95d4bcc5db

+ 6 - 6
src/Symfony/Bundle/FrameworkBundle/Console/Shell.php

@@ -29,14 +29,14 @@ class Shell extends BaseShell
     {
         return <<<EOF
 <info>
-      _____                  __                  ___
-     / ____|                / _|                |__ \
+      _____                  __                  ___  
+     / ____|                / _|                |__ \ 
     | (___  _   _ _ __ ___ | |_ ___  _ __  _   _   ) |
-     \___ \| | | | '_ ` _ \|  _/ _ \| '_ \| | | | / /
-     ____) | |_| | | | | | | || (_) | | | | |_| |/ /_
+     \___ \| | | | '_ ` _ \|  _/ _ \| '_ \| | | | / / 
+     ____) | |_| | | | | | | || (_) | | | | |_| |/ /_ 
     |_____/ \__, |_| |_| |_|_| \___/|_| |_|\__, |____|
-             __/ |                          __/ |
-            |___/                          |___/
+             __/ |                          __/ |       
+            |___/                          |___/        
 
 </info>
 EOF

+ 1 - 1
tests/Symfony/Tests/Component/ClassLoader/ClassCollectionLoaderTest.php

@@ -43,7 +43,7 @@ namespace Foo
 {
 class Foo {}
 }
-namespace   Bar
+namespace   Bar 
 {
 class Foo {}
 }

+ 1 - 1
tests/Symfony/Tests/Component/DependencyInjection/Dumper/YamlDumperTest.php

@@ -79,7 +79,7 @@ interfaces:
     FooClass:
         calls:
           - [setBar, [someValue]]
-
+          
 
 services:
   foo: