summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7aea890..7ae97b1 100644
--- a/README.md
+++ b/README.md
@@ -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