-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
The database unit test section currently throws a message / an error saying that you have to create a test_config.php file to enable database tests.
Since the tests now support sqlite we can change the logic to the following.
if (test_config.php exists) { use test_config.php } else if (sqlite is available) { silently use sqlite } else { echo error }
|
- is related to
-
PHPBB-9592 Test suite does not run on SQLite
- Closed