This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Console/Fixtures
Fabien Potencier facff73049 made the console tool more powerful
* The command names have now full support for nested namespaces. It means
   that abbreviations work for each sub-namespace:

        ./app/console doctrine:mapping:info

        # worked before
        ./app/console doctrine:map:in

        # works now
        ./app/console doc:map:in

 * Aliases are now first class citizen. They can have their own namespace,
   like the main name. So, now, there is no difference between an alias and a
   name.

 * As names and aliases can be namespaced, the Command::getFullName() and
   Command::getNamespace() method have been removed.
2011-06-07 17:51:43 +02:00
..
application_astext1.txt made the console tool more powerful 2011-06-07 17:51:43 +02:00
application_astext2.txt made the console tool more powerful 2011-06-07 17:51:43 +02:00
application_asxml1.txt made the console tool more powerful 2011-06-07 17:51:43 +02:00
application_asxml2.txt made the console tool more powerful 2011-06-07 17:51:43 +02:00
application_gethelp.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_renderexception1.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_renderexception2.txt [Console] fixed synopsis when an error occurs 2011-03-11 11:51:05 +01:00
application_renderexception3.txt [Console] fixed synopsis when an error occurs 2011-03-11 11:51:05 +01:00
application_run1.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run2.txt [Console] fixed synopsis when an error occurs 2011-03-11 11:51:05 +01:00
application_run3.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run4.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
command_astext.txt [Console] fixed synopsis when an error occurs 2011-03-11 11:51:05 +01:00
command_asxml.txt made the console tool more powerful 2011-06-07 17:51:43 +02:00
definition_astext.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
definition_asxml.txt [Command] Changing the InputOption::PARAMETER_* constants to InputOption::VALUE_* to more accurately reflect that these constants refer to the value or lack of value assigned to a particular option (e.g. --verbose or --em=doctrine). 2010-11-27 19:56:27 +01:00
Foo1Command.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Foo2Command.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Foo3Command.php [Console] added rendering previous exceptions 2011-01-11 14:52:32 +01:00
FooCommand.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
TestCommand.php moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00