merged branch gimler/patch-1 (PR #4040)

Commits
-------

1137670 add resource links for the console component

Discussion
----------

add resource links for the console component
This commit is contained in:
Fabien Potencier 2012-04-20 16:24:04 +02:00
commit 3b94eeac1e

View File

@ -40,9 +40,16 @@ The component provides a lot of features like output coloring, input and
output abstractions (so that you can easily unit-test your commands),
validation, automatic help messages, ...
Resources
Tests
---------
You can run the unit tests with the following command:
phpunit -c src/Symfony/Component/Console/
phpunit -c src/Symfony/Component
Resources
---------
[The Console Component](http://symfony.com/doc/current/components/console.html)
[How to create a Console Command](http://symfony.com/doc/current/cookbook/console/console_command.html)