euromark 11 years ago
parent
commit
6a59fed3b4
1 changed files with 3 additions and 6 deletions
  1. 3 6
      README.md

+ 3 - 6
README.md

@@ -92,15 +92,12 @@ public $helpers = array('Tools.Foo'); // Adding FooHelper
 You can test using a local installation of phpunit or the phar version of it:
 
 	cd Plugin/Tools
-	phpunit --stderr
+	composer update
+	phpunit
 
 To test a specific file:
 
-	phpunit --stderr /path/to/class.php
-
-### License
-Licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php)
-unless specified otherwise (in the classes).
+	phpunit /path/to/class.php
 
 ### TODOs