Skip to content

Commit 811286e

Browse files
committed
Added testing part in README
1 parent 79ff629 commit 811286e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,20 @@ unzip the package and open http://www.example.org/phpmyfaq/install/setup.php in
3737
$ curl -s https://getcomposer.org/installer | php
3838
$ php composer.phar install
3939
$ npm install
40+
$ grunt
4041

4142
Then just open http://www.example.org/phpmyfaq/install/setup.php in your browser.
4243

4344

45+
## Testing
46+
47+
To run our unittest via PHPUnit v4, just execute this command on your CLI
48+
49+
$ bin/phpunit
50+
51+
Please note that phpMyFAQ needs to be installed via Composer.
52+
53+
4454
## Versioning
4555

4656
For transparency and insight into our release cycle, and for striving to maintain backward compatibility,

0 commit comments

Comments
 (0)