| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/9825] Unit tests: Use sqlite when possible and no test_config exists. | Andreas Fischer | 2010-09-16 | 1 | -11/+26 |
| | | | | | PHPBB3-9825 | ||||
| * | [ticket/9592] Slight adjustments to simplify db test cases | Igor Wiedler | 2010-09-15 | 1 | -11/+8 |
| | | | | | PHPBB3-9592 | ||||
| * | [ticket/9592] Test suite does not run on SQlite | Igor Wiedler | 2010-09-11 | 1 | -11/+47 |
| | | | | | PHPBB3-9592 | ||||
| * | [feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test. | Andreas Fischer | 2010-04-02 | 1 | -1/+1 |
| | | |||||
| * | [feature/dbal-tests] Fix mysql (not mysqli) dbal test. | Andreas Fischer | 2010-04-02 | 1 | -2/+4 |
| | | | | | Correctly determine MySQL version from the database. | ||||
| * | [feature/dbal-tests] Only output the missing config error message once. | Nils Adermann | 2010-04-01 | 1 | -6/+18 |
| | | | | | | The error message was also not properly escaping the variables, thus producing an incorrect example configuration file. | ||||
| * | [feature/dbal-tests] Make the PDO prefix depend on the dbms. | Nils Adermann | 2010-04-01 | 1 | -3/+13 |
| | | | | | | | 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! | ||||
| * | [feature/dbal-tests] Fix whitespace and line endings. | Nils Adermann | 2010-04-01 | 1 | -2/+2 |
| | | |||||
| * | [feature/dbal-tests] Make some tests for build_array_data on SELECT | Joas Schilling | 2010-03-27 | 1 | -1/+68 |
| | | |||||
| * | [feature/dbal-tests] Load phpbb-schema after creating the connection to the ↵ | Joas Schilling | 2010-03-26 | 2 | -3/+53 |
| | | | | | database | ||||
| * | [feature/dbal-tests] Added database test & refactored test framework | Joas Schilling | 2010-03-26 | 4 | -20/+137 |
| | | | | | | | 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. | ||||
| * | [develop-olympus] Backported 3.1 unit tests to 3.0. | Nils Adermann | 2010-03-10 | 2 | -0/+73 |
| Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot. | |||||
