diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -9,10 +9,18 @@ the Java Spring framework. Resources --------- -Unit tests: - -https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Security - Documentation: http://symfony.com/doc/2.0/book/security.html + +Resources +--------- + +You can run the unit tests with the following command: + + phpunit + +If you also want to run the unit tests that depend on other Symfony +Components, install dev dependencies before running PHPUnit: + + php composer.phar install --dev |