Browse Source

[Console] fixed tests

Fabien Potencier 15 years ago
parent
commit
d6ee2b2513

+ 2 - 2
tests/fixtures/Symfony/Components/Console/application_asxml1.txt

@@ -6,11 +6,11 @@
   <description>Displays help for a command</description>
   <help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
  
-   &lt;info&gt;./symfony help test:all&lt;/info&gt;
+   &lt;info&gt;./symfony help list&lt;/info&gt;
  
  You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:
  
-   &lt;info&gt;./symfony help --xml test:all&lt;/info&gt;</help>
+   &lt;info&gt;./symfony help --xml list&lt;/info&gt;</help>
   <aliases>
     <alias>?</alias>
   </aliases>

+ 2 - 2
tests/fixtures/Symfony/Components/Console/application_run2.txt

@@ -18,9 +18,9 @@ Options:
 Help:
  The help command displays help for a given command:
  
-   ./symfony help test:all
+   ./symfony help list
  
  You can also output the help as XML by using the --xml option:
  
-   ./symfony help --xml test:all
+   ./symfony help --xml list