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,13 +181,15 @@ Put the file "api.php" somewhere and enjoy!
181 181
 
182 182
 ## Tests
183 183
 
184
-Yes, run phpunit against "test.php"
184
+Yes, written for PHPUnit. Run:
185 185
 
186 186
 ```
187 187
 wget https://phar.phpunit.de/phpunit.phar
188 188
 php phpunit.phar test.php
189 189
 ```
190 190
 
191
+No complete coverage yet.
192
+
191 193
 ## License
192 194
 
193 195
 MIT

Loading…
Cancel
Save