You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-41Lines changed: 29 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -832,75 +832,63 @@ I am testing mainly on Ubuntu and I have the following test setups:
832
832
833
833
This should cover most environments, but please notify me of failing tests and report your environment.
834
834
835
-
### MySQL on Linux
835
+
### MySQL, PostgreSQL, and SQLite on Linux
836
836
837
-
There are PHPUnit tests in the file 'tests.php'. You need to configure your test database connection in this file. After that run:
837
+
The tests are held in the `tests.php` file, but first you should copy the `config.php.dist` file to `config.php` and add your database credentials. You can add credentials for one or all the databases supported.
838
+
839
+
After configuring the database connections, use PHPUnit to run all the tests:
838
840
839
841
```
840
842
$ wget https://phar.phpunit.de/phpunit.phar
841
-
$ php phpunit.phar tests/tests.php
842
-
PHPUnit 5.3.2 by Sebastian Bergmann and contributors.
843
+
$ php phpunit.phar
844
+
PHPUnit 5.7.17 by Sebastian Bergmann and contributors.
0 commit comments