1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 23:44:32 +02:00
Commit Graph

5030 Commits

Author SHA1 Message Date
Marc Alexander
199683df0b Merge branch 'ticket/17555' into ticket/17555-master 2025-10-06 17:48:29 +02:00
Marc Alexander
b3b5e328f9 [ticket/17555] Properly mock version helper return
PHPBB-17555
2025-10-05 21:52:57 +02:00
Marc Alexander
7e22d7ad24 [ticket/17555] Reduce callbacks to external URLs in unit tests
PHPBB-17555
2025-10-05 20:53:21 +02:00
Marc Alexander
54ad7ab8a9 Merge pull request #6862 from Derky/ticket/17554
[ticket/17554] Mock Extensions Catalog cache in tests
2025-10-05 12:51:20 +02:00
Derky
8e6096fb14 [ticket/17554] Remove escaping in json
PHPBB-17554
2025-10-05 11:40:41 +02:00
Marc Alexander
bb65b213c4 Merge pull request #6868 from Crizz0/ticket/17539
[ticket/17539] Changes default password complexity to PASS_TYPE_ALPHA
2025-10-03 10:54:52 +02:00
Marc Alexander
1a92461e4b [ticket/17539] Set pass type to any for functional reg tests
PHPBB-17539
2025-10-01 21:24:06 +02:00
Marc Alexander
31712bde02 Merge branch '3.3.x' 2025-09-29 19:04:48 +00:00
Matt Friedman
3a105548a9 [ticket/17555] Optimize windows tests
PHPBB-17555
2025-09-28 13:19:12 -07:00
Derky
0eab040b97 [ticket/17554] Prevent opening Extension Catalog in test_all_acp_module_links
PHPBB-17554
2025-09-28 13:28:18 +02:00
Patrick Webster
74b1de0bc2 [ticket/17477] Support non-prefixed whois servers
Referral servers lacking the whois:// prefix are not currently supported.
This ticket adds support for those servers. At the moment, this is mainly an
issue for RIPE entries on ARIN. They will now be detected and followed.

PHPBB-17477
2025-09-27 17:07:36 -05:00
Derky
4b71f0323a [ticket/17554] Mock Extensions Catalog cache in tests
PHPBB-17554
2025-09-27 17:27:36 +02:00
rxu
f131e31bc7 [ticket/17543] Optimize installing extensions
Make several functions static to be able to use in *BeforeClass() methods.

PHPBB-17543
2025-09-27 00:13:41 +07:00
rxu
b51f8bc6e9 [ticket/17543] Use class method to call db object instance where possible
PHPBB-17543
2025-09-24 23:16:15 +07:00
rxu
70c07d4302 [ticket/17543] Optimize functional tests running time
PHPBB-17543
2025-09-24 22:15:28 +07:00
Matt Friedman
a37fb9a7cf [ticket/17542] Throw an exception at the exit_handler instead
PHPBB-17542
2025-09-18 15:32:04 -07:00
Marc Alexander
243c67a3ed Merge pull request #6848 from iMattPro/ticket/17542
[ticket/17542] Mock event dispatcher override early exits
2025-09-18 21:06:11 +02:00
rxu
b2aa276a2a [ticket/17543] Fix more PHP 8.5 deprecation warnings
PHPBB-17543
2025-09-17 12:57:12 +07:00
Matt Friedman
dac58f53d7 [ticket/17542] Optimize and simplify logic
PHPBB-17542
2025-09-16 13:14:39 -07:00
rxu
9e764b2a98 [ticket/17543] Remove ReflectionProperty::setAccessible() method calls
As of PHP 8.1.0, calling this method has no effect; all properties
are accessible by default. The method is deprecated since PHP 8.5.

PHPBB-17543
2025-09-16 22:35:55 +07:00
Matt Friedman
07d75791be [ticket/17542] Mock event dispatcher override early exits
PHPBB-17542
2025-09-15 17:49:32 -07:00
Marc Alexander
cd40a0594e [ticket/17540] Fix some small warnings
PHPBB-17540
2025-09-14 15:29:12 +02:00
Marc Alexander
5b4afdfedc [ticket/17540] Use standard John Doe token
PHPBB-17540
2025-09-14 14:13:28 +02:00
Marc Alexander
07772c9105 [ticket/17540] Use VigLink in extensions ACP test
PHPBB-17540
2025-09-13 20:21:28 +02:00
Marc Alexander
5c7f19bf24 Merge pull request #6838 from rxu/ticket/17535
[ticket/17535] Upgrade PHPUnit to version 10
2025-07-30 13:48:49 +02:00
rxu
e794dd4a87 [ticket/17535] Remove redundant empty lines
PHPBB-17535
2025-07-30 09:05:38 +07:00
rxu
7056bcba91 [ticket/17535] Address code review comments
PHPBB-17535
2025-07-28 22:51:14 +07:00
rxu
788e408ceb [ticket/17535] Fix global var names duplication
PHPBB-17535
2025-07-18 23:11:41 +07:00
Matt Friedman
69fa84b41b [ticket/17535] Update test fix
PHPBB-17535

Signed-off-by: Matt Friedman <maf675@gmail.com>
2025-07-18 08:55:06 -07:00
rxu
09ff07646f [ticket/17528] Adjust tests code styling
PHPBB-17528
2025-07-18 13:27:08 +07:00
rxu
902c99bc0c [ticket/17535] Fix tests PHP deprecations and notices
PHPBB-17535
2025-07-18 13:14:06 +07:00
rxu
8a99024087 [ticket/17535] Convert config files, make data providers static
PHPBB-17535
2025-07-18 13:13:59 +07:00
rxu
d7db296eab [ticket/17535] Update PHPUnit to v.10
PHPBB-17535
2025-07-18 13:13:51 +07:00
rxu
d2202b7747 [ticket/17507] Fix column removal issues
PHPBB-17507
2025-07-08 01:02:36 +07:00
rxu
07b63fc6a8 [ticket/17507] Adjust module removal procedure
PHPBB-17507
2025-07-07 23:18:02 +07:00
rxu
0f71afae61 [ticket/17507] Add base class for testing migrations
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
59ef2c8fce [ticket/17507] Add remove_jabber migration test
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
4b420e2958 [ticket/17507] Fix notification related tests
PHPBB-17507
2025-07-07 23:18:01 +07:00
rxu
43833b40bb [ticket/17528] Add test for adding autoincrement column
PHPBB-17528
2025-07-07 23:17:53 +07:00
Marc Alexander
4367bc8d11 Merge pull request #6830 from rxu/ticket/17525
[ticket/17525] Correctly handle Doctrine DB tools exceptions, enrich error info
2025-07-05 09:31:52 +02:00
rxu
aa3f266b8c [ticket/17525] Address the PR review comments
PHPBB-17525
2025-07-05 12:51:40 +07:00
rxu
5eaabb1c39 [ticket/17525] Fix handling index name prefix logic for renaming
PHPBB-17525
2025-07-04 01:25:04 +07:00
rxu
669af8f3aa [ticket/17525] Automatically handle index name prefixes
PHPBB-17525
2025-07-01 23:32:36 +07:00
rxu
e9157f4d10 [ticket/17525] Fix tests
PHPBB-17525
2025-07-01 16:53:29 +07:00
rxu
5e9d616f57 [ticket/17525] Map Sphinx table, add more test assertions
PHPBB-17525
2025-06-25 23:48:45 +07:00
rxu
de1f6329ff [ticket/17525] Fix tests
PHPBB-17525
2025-06-25 22:44:08 +07:00
rxu
75c5fe9459 [ticket/17525] Add index names test for generated database schema
PHPBB-17525
2025-06-25 22:24:50 +07:00
Marc Alexander
4f10e6e212 Merge branch '3.3.x' 2025-06-17 17:43:01 +00:00
Matt Friedman
e47ba9e81d [ticket/17519] Fix tests
PHPBB-17519
2025-06-17 09:19:40 -07:00
rxu
84d195ac21 [ticket/17525] Add migration renaming index test
PHPBB-17525
2025-06-17 12:27:47 +07:00