mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12639] Fix tests on postgres
PHPBB3-12639
This commit is contained in:
parent
fd9c17ca04
commit
dce7c7e0e0
1 changed files with 6 additions and 6 deletions
|
@ -54,7 +54,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'',
|
||||
),
|
||||
array(
|
||||
|
@ -69,7 +69,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'guest',
|
||||
),
|
||||
array(
|
||||
|
@ -84,7 +84,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
1,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'',
|
||||
),
|
||||
array(
|
||||
|
@ -99,7 +99,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'',
|
||||
),
|
||||
array(
|
||||
|
@ -114,7 +114,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'',
|
||||
),
|
||||
array(
|
||||
|
@ -129,7 +129,7 @@ class phpbb_log_delete_test extends phpbb_database_test_case
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
'l.log_time DESC',
|
||||
'l.log_id DESC',
|
||||
'',
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue