euromark 11 年之前
父节点
当前提交
6a59fed3b4
共有 1 个文件被更改,包括 3 次插入6 次删除
  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:
 You can test using a local installation of phpunit or the phar version of it:
 
 
 	cd Plugin/Tools
 	cd Plugin/Tools
-	phpunit --stderr
+	composer update
+	phpunit
 
 
 To test a specific file:
 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
 ### TODOs