From 1137670bfa8d9f495bd5693d46a0e81bf28ba5b7 Mon Sep 17 00:00:00 2001 From: Gordon Franke Date: Fri, 20 Apr 2012 16:59:51 +0300 Subject: [PATCH] add resource links for the console component --- src/Symfony/Component/Console/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Console/README.md b/src/Symfony/Component/Console/README.md index ffa39edf98..dd0908325f 100644 --- a/src/Symfony/Component/Console/README.md +++ b/src/Symfony/Component/Console/README.md @@ -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)