diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-04-01 19:16:45 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-04-01 19:16:45 +0200 |
| commit | 6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae (patch) | |
| tree | 8b9157d1b4bb4efc24ec502f9d7d2cb5dc5c21a0 /tests/test_framework/framework.php | |
| parent | f97d0e0195de5f7d0d6ad4a4c5663b95971f96f3 (diff) | |
| parent | 2bbfa9c29f4ce33d25e58c550540e236a4ee3c1a (diff) | |
| download | forums-6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae.tar forums-6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae.tar.gz forums-6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae.tar.bz2 forums-6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae.tar.xz forums-6d9d2b6be681b6676067bf7e2ec9f58c2aa617ae.zip | |
Merge branch 'feature/dbal-tests' into develop-olympus
* feature/dbal-tests:
[feature/dbal-tests] Only output the missing config error message once.
[feature/dbal-tests] Make the PDO prefix depend on the dbms.
[feature/dbal-tests] Fix whitespace and line endings.
[feature/dbal-tests] Make some tests for build_array_data on SELECT
[feature/dbal-tests] Make some tests for return_on_error on SELECT-queries
[feature/dbal-tests] Tests for $db->sql_query_limit()
[feature/dbal-tests] Load phpbb-schema after creating the connection to the database
[feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.
[feature/dbal-tests] Added database test & refactored test framework
Diffstat (limited to 'tests/test_framework/framework.php')
| -rw-r--r-- | tests/test_framework/framework.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_framework/framework.php b/tests/test_framework/framework.php index 5913d20ca0..abdcd1ad79 100644 --- a/tests/test_framework/framework.php +++ b/tests/test_framework/framework.php @@ -33,4 +33,7 @@ if (version_compare(PHPUnit_Runner_Version::id(), '3.3.0', '<')) } require_once 'PHPUnit/Framework.php'; +require_once 'PHPUnit/Extensions/Database/TestCase.php'; +require_once 'test_framework/phpbb_test_case_helpers.php'; require_once 'test_framework/phpbb_test_case.php'; +require_once 'test_framework/phpbb_database_test_case.php'; |
