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)