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

5 Commits

Author SHA1 Message Date
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
rxu
902c99bc0c [ticket/17535] Fix tests PHP deprecations and notices
PHPBB-17535
2025-07-18 13:14:06 +07:00
Marc Alexander
bb26658a00 [ticket/17493] Remove jabber data in queue test
PHPBB-17493
2025-04-14 21:39:06 +02:00
Marc Alexander
610fa67928 [ticket/17493] Remove jabber as messenger method
PHPBB-17493
2025-04-14 20:33:13 +02:00
Marc Alexander
6fcac2c40f [ticket/17490] Add unit tests for messenger queue
PHPBB-17490
2025-04-10 20:59:30 +02:00