summaryrefslogtreecommitdiff
path: root/doc/tests.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
commit7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch)
tree57c5d31876ba50c1674736493f58d9ab4e59474b /doc/tests.markdown
parent5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff)
Fix typo in documentation
Diffstat (limited to 'doc/tests.markdown')
-rw-r--r--doc/tests.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tests.markdown b/doc/tests.markdown
index 31937f33..5e5ad389 100644
--- a/doc/tests.markdown
+++ b/doc/tests.markdown
@@ -1,5 +1,5 @@
-How to run units and functionals tests?
-=======================================
+How to run units and functional tests?
+======================================
[PHPUnit](https://phpunit.de/) is used to run automatic tests on Kanboard.
@@ -31,7 +31,7 @@ Running unit tests
### Testing with Sqlite
-Sqlite tests use a in-memory database, nothing is written on the filesystem.
+Sqlite tests use a in-memory database, nothing is written on the file system.
The config file is `tests/units.sqlite.xml`.
From your Kanboard directory, run the command `phpunit -c tests/units.sqlite.xml`.