From d6ee2b25137fd1ef3c0aa66b48c89d810c6cd002 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 17 Apr 2010 14:57:05 +0200 Subject: [PATCH] [Console] fixed tests --- .../Symfony/Components/Console/application_asxml1.txt | 4 ++-- .../fixtures/Symfony/Components/Console/application_run2.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt index bf82a6f8bd..d08576adf0 100644 --- a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt +++ b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt @@ -6,11 +6,11 @@ Displays help for a command The <info>help</info> command displays help for a given command: - <info>./symfony help test:all</info> + <info>./symfony help list</info> You can also output the help as XML by using the <comment>--xml</comment> option: - <info>./symfony help --xml test:all</info> + <info>./symfony help --xml list</info> ? diff --git a/tests/fixtures/Symfony/Components/Console/application_run2.txt b/tests/fixtures/Symfony/Components/Console/application_run2.txt index dd53bb9cb9..300815bc7e 100644 --- a/tests/fixtures/Symfony/Components/Console/application_run2.txt +++ b/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