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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -839,7 +839,7 @@ Unfortunately not all tests are automated yet. Contributions in this area are ve
839
839
840
840
### MySQL, PostgreSQL, and SQLite on Linux
841
841
842
-
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.
842
+
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.
843
843
844
844
After configuring the database connections, use PHPUnit to run all the tests:
0 commit comments