We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f885a94 + 78d5c05 commit 7d3d3e3Copy full SHA for 7d3d3e3
README.md
@@ -37,10 +37,21 @@ unzip the package and open http://www.example.org/phpmyfaq/setup/index.php in yo
37
$ curl -s https://getcomposer.org/installer | php
38
$ php composer.phar install
39
$ npm install
40
+ $ bower install
41
+ $ grunt
42
43
Then just open http://www.example.org/phpmyfaq/setup/index.php in your browser.
44
45
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
55
## Versioning
56
57
For transparency and insight into our release cycle, and for striving to maintain backward compatibility,
0 commit comments