add resource links for the console component

This commit is contained in:
Gordon Franke 2012-04-20 16:59:51 +03:00
parent ddca4bbdac
commit 1137670bfa

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)