Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9825

Run tests on sqlite if available and no test db configured

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 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 }

            bantu Andreas Fischer [X] (Inactive)
            bantu Andreas Fischer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: