Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
e6ef6d28eb
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

181
 
181
 
182
 ## Tests
182
 ## Tests
183
 
183
 
184
-Yes, run phpunit against "test.php"
184
+Yes, written for PHPUnit. Run:
185
 
185
 
186
 ```
186
 ```
187
 wget https://phar.phpunit.de/phpunit.phar
187
 wget https://phar.phpunit.de/phpunit.phar
188
 php phpunit.phar test.php
188
 php phpunit.phar test.php
189
 ```
189
 ```
190
 
190
 
191
+No complete coverage yet.
192
+
191
 ## License
193
 ## License
192
 
194
 
193
 MIT
195
 MIT

Loading…
Cancel
Save