Update README.md

This commit is contained in:
Maurits van der Schee 2016-12-17 23:18:16 +01:00 committed by GitHub
commit ae823a8bd0

View file

@ -748,6 +748,16 @@ The following types of 404 'Not found' errors may be reported:
## Tests
I am testing mainly on Ubuntu and I have the following test setups:
- Ubuntu 12.04 Server with PHP 5.3 and MySQL 5.6 (ondrej)
- Ubuntu 14.04 Server with PHP 5.5 and MySQL 5.6
- Ubuntu 16.04 Dekstop with PHP 7.0 and MariaDB 10.0
This should cover most environments, but please notify me of failing tests and report your environment.
### MySQL on Linux
There are PHPUnit tests in the file 'tests.php'. You need to configure your test database connection in this file. After that run:
```