Update README.md
This commit is contained in:
parent
a4453c1d0a
commit
ae823a8bd0
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue