| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Correctly determine MySQL version from the database.
|
| |
|
|
|
| |
The error message was also not properly escaping the variables, thus
producing an incorrect example configuration file.
|
| |
|
|
|
|
| |
The database base test will need a few more changes to run on all the
databases we support. But those really need to be made on a system where
they run and can be tested. Patches welcome!
|
| | |
|
| | |
|
| |
|
|
| |
database
|
| |
|
|
|
|
| |
There is now a phpbb_database_test_case which can be used as a base class for tests that require database access. You have to set up a test_config.php file in your tests/ directory containing host, user, pass etc.
Extra test functionality has been moved to phpbb_test_case_helpers to provide the same functionality in database tests and regular tests without duplicating the code. This is achieved through delegation of method calls.
|
|
|
Start adding unit tests for bugs you fix! Tests for anything are
welcome really. We have to work on these a lot.
|