diff options
| author | Nils Adermann <naderman@naderman.de> | 2011-01-23 18:39:47 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2011-01-23 18:39:47 +0100 |
| commit | e1e84f9bd080bb6cad604611535dc38e4109eb47 (patch) | |
| tree | 224d6644972db46df9d6cdac700c0dddfb08a480 /tests/bootstrap.php | |
| parent | 42294907250e3e13c51e73c80aa7edbf2a8ec2ed (diff) | |
| parent | cd694e9b9dfd59c8be00a52b30db8e6c280b97a9 (diff) | |
| download | forums-e1e84f9bd080bb6cad604611535dc38e4109eb47.tar forums-e1e84f9bd080bb6cad604611535dc38e4109eb47.tar.gz forums-e1e84f9bd080bb6cad604611535dc38e4109eb47.tar.bz2 forums-e1e84f9bd080bb6cad604611535dc38e4109eb47.tar.xz forums-e1e84f9bd080bb6cad604611535dc38e4109eb47.zip | |
Merge branch 'task/naderman/session-tests' into develop-olympus
* task/naderman/session-tests:
[task/session-tests] Renamed assertSqlResultEquals and fixed its param order
[task/session-tests] Test additional combinations of session_begin.
[task/session-tests] Added tests for the session class.
Diffstat (limited to 'tests/bootstrap.php')
| -rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 99f145e427..1fba323277 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,7 +10,7 @@ define('IN_PHPBB', true); $phpbb_root_path = 'phpBB/'; $phpEx = 'php'; -$table_prefix = ''; +$table_prefix = 'phpbb_'; error_reporting(E_ALL & ~E_DEPRECATED); |
