1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00
Commit Graph

4650 Commits

Author SHA1 Message Date
rxu
f1c178b544 [ticket/16549] Rewrite at() calls
See https://github.com/sebastianbergmann/phpunit/issues/4297

PHPBB3-16549
2020-11-15 18:56:22 +07:00
rxu
72a39920c7 [ticket/16549] Fix database testcase transactions handling, fix indentations
PHPBB3-16549
2020-11-15 00:48:43 +07:00
rxu
eb754e3a84 [ticket/16549] Fix database testcase transactions handling, fix indentations
PHPBB3-16549
2020-11-15 00:27:58 +07:00
3D-I
3521d2e9fa [ticket/16629] Fix ACP get_database_size() for MySql 8
Add functional test (thanks rxu)

PHPBB3-16629
2020-11-12 08:18:05 +01:00
Marc Alexander
40a598b93e Merge branch '3.3.x' 2020-11-11 21:50:11 +01:00
JoshyPHP
8a8893fbd3 [ticket/16630] Restore clean_formatting()'s behaviour
PHPBB3-16630
2020-11-06 23:07:30 +01:00
Marc Alexander
a4a31a36ce Merge branch '3.3.x' 2020-11-04 22:05:43 +01:00
Marc Alexander
2f14cc832c Merge branch '3.2.x' into 3.3.x 2020-11-04 22:05:11 +01:00
Marc Alexander
72080f970f Merge branch '3.3.x' 2020-10-25 16:21:07 +01:00
Marc Alexander
76c18255b6 Merge pull request #6014 from rxu/ticket/16538
[ticket/16538] Add MySQL 8 tests
2020-10-25 16:21:01 +01:00
Marc Alexander
3957161124 [ticket/security-264] Ensure HTML entity state after removing formatting
SECURITY-264
2020-10-23 20:38:51 +02:00
rxu
ba9fd7f5df [ticket/16549] Fix tests
1. If $service array is empty, $service[0] call will throw fatal error in PHP 8.
2. Division by zero was promoted to fatal error
and throws DivisionByZeroError exception in PHP 8+
3. Adjust make_clickable() logic to avoid 'Undefined array key 3' error.

PHPBB3-16549
2020-10-18 15:09:07 +07:00
rxu
fe38280a1a [ticket/16549] Fix tests
1. If $service array is empty, $service[0] call will throw fatal error in PHP 8.
2. Division by zero was promoted to fatal error
and throws DivisionByZeroError exception in PHP 8+
3. Adjust make_clickable() logic to avoid 'Undefined array key 3' error.

PHPBB3-16549
2020-10-18 14:59:11 +07:00
rxu
fff200b1d8 [ticket/16549] Rename class phpbb_lint_test rather than the test file
PHPBB3-16549
2020-10-18 11:26:44 +07:00
rxu
36bce1158f [ticket/16549] Rename class phpbb_lint_test rather than the test file
PHPBB3-16549
2020-10-18 11:25:52 +07:00
rxu
aca11471bf [ticket/16549] Fix new tests
PHPBB3-16549
2020-10-18 10:38:47 +07:00
rxu
5ecb81e1d5 [ticket/16549] Fix more tests
PHPBB3-16549
2020-10-18 10:38:47 +07:00
rxu
3df19411b4 [ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:38:46 +07:00
rxu
185b9eee41 [ticket/16549] Fix select auth method test
PHPBB3-16549
2020-10-18 10:38:36 +07:00
rxu
80ec1dc042 [ticket/16549] Fix migrations_check_config_added_test
PHPBB3-16549
2020-10-18 10:38:35 +07:00
rxu
032d898ddb [ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
2020-10-18 10:38:34 +07:00
rxu
2b6af5c334 [ticket/16549] rename lint_test.php
As of PHPUnit 9.1, test filename should match test class name.

PHPBB3-16549
2020-10-18 10:38:34 +07:00
rxu
3444e8816b [ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
PHPBB3-16549
2020-10-18 10:38:34 +07:00
rxu
fa9bfce4f6 [ticket/16549] update dependencies for nightly tests
PHPBB3-16549
2020-10-18 10:38:33 +07:00
rxu
aceeb30463 [ticket/16549] Fix wrong exception message function names
PHPBB3-16549
2020-10-18 10:38:33 +07:00
rxu
6785db282e [ticket/16549] Remove exception expectation annotations
PHPBB3-16549
2020-10-18 10:38:32 +07:00
rxu
3d87d61dae [ticket/16549] Add void return type of template methods
PHPBB3-16549
2020-10-18 10:38:32 +07:00
rxu
d7cb104fc1 [ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:38:31 +07:00
rxu
cc753db132 [ticket/16549] Fix new tests
PHPBB3-16549
2020-10-18 10:37:17 +07:00
rxu
ec565de6cb [ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:37:16 +07:00
rxu
615d5eaa77 [ticket/16549] Fix select auth method test
PHPBB3-16549
2020-10-18 10:36:43 +07:00
rxu
72c4c18364 [ticket/16549] Require stable versions as PHPUnit 9.3 has been released
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
4c4debf004 [ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
7323e4467b [ticket/16549] rename lint_test.php
As of PHPUnit 9.1, test filename should match test class name.

PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
c954249dfa [ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
f6a7fe168a [ticket/16549] update dependencies for nightly tests
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
659e1e4a26 [ticket/16549] Fix wrong exception message function names
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
632bcdd2da [ticket/16549] Remove exception expectation annotations
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
fb62d22013 [ticket/16549] Add void return type of template methods
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rxu
58ea656fd8 [ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rxu
3ba7a7a30e [ticket/16604] Display warning messages on storage path setting issues
PHPBB3-16604
2020-10-17 22:56:11 +07:00
Marc Alexander
e54a2ae91d Merge pull request #6060 from marc1706/ticket/16604
[ticket/16604] Remove checks for avatar upload path in avatar settings
2020-10-08 21:27:43 +02:00
Marc Alexander
63e0b1b2f3 Merge branch '3.3.x' 2020-10-08 21:26:20 +02:00
Marc Alexander
0417599344 Merge pull request #6002 from rxu/ticket/16512
[ticket/16512] Fix make_clickable() to make use of custom link classes
2020-10-08 21:26:10 +02:00
Marc Alexander
5d063429f3 [ticket/16604] Remove checks for avatar upload path in avatar settings
This is unfortunately no longer possible to do on master.

PHPBB3-16604
2020-10-08 20:38:27 +02:00
Marc Alexander
b8f7b53386 Merge branch '3.3.x' 2020-10-05 18:12:42 +02:00
rxu
4698d20fb4 [ticket/16604] Do not test avatar upload directory permissions on Windows
PHPBB3-16604
2020-09-22 18:59:04 +07:00
rxu
f4287e1f56 [ticket/16604] Add test
PHPBB3-16604
2020-09-22 01:27:28 +07:00
Marc Alexander
4eaa356679 Merge branch '3.3.x' 2020-09-19 11:28:31 +02:00
Marc Alexander
9c5f338d3c Merge pull request #6037 from kasimi/ticket/16565
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00