Skip to content

Commit 7d3d3e3

Browse files
committed
Merge branch '2.9'
2 parents f885a94 + 78d5c05 commit 7d3d3e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

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

4143
Then just open http://www.example.org/phpmyfaq/setup/index.php in your browser.
4244

4345

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

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

0 commit comments

Comments
 (0)