[ticket/715] Fix code sniffer and mssql complaints

B3P-715
This commit is contained in:
Marc Alexander
2021-08-29 11:07:11 +02:00
parent d24316d809
commit 11326bce1a
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,6 @@ class phpbb_unit_modules_birthday_list_test extends \board3\portal\tests\testfra
'username' => 'foobar',
'username_clean' => 'foobar',
'user_birthday' => preg_replace('/([0-9]+)-([0-9])-([0-9]+)/', '$1- $2-$3', date('d-n-Y', time())),
'user_id' => 2,
'user_permissions' => '',
'user_sig' => '',
'user_type' => USER_NORMAL,
@@ -82,7 +81,6 @@ class phpbb_unit_modules_birthday_list_test extends \board3\portal\tests\testfra
'username' => 'foobar2',
'username_clean' => 'foobar2',
'user_birthday' => preg_replace('/([0-9]+)-([0-9])-([0-9]+)/', '$1- $2-$3', date('d-n-Y', time() + 86400 * 3)),
'user_id' => 3,
'user_permissions' => '',
'user_sig' => '',
'user_type' => USER_NORMAL,