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