Fix typo in documentation

This commit is contained in:
Frederic Guillot
2015-12-06 23:00:58 -05:00
parent 5c84996ee7
commit 7f3bf38e8d
84 changed files with 333 additions and 614 deletions

View File

@@ -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`.