1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 20:21:53 +02:00
Commit Graph

7 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
rxu
8a99024087 [ticket/17535] Convert config files, make data providers static
PHPBB-17535
2025-07-18 13:13:59 +07:00
Marc Alexander
5d3f0cd482 [ticket/17514] Replace phpBB3 with phpBB in tests
PHPBB-17514
2025-05-20 20:59:40 +02:00
Marc Alexander
c937b8f7ab [ticket/17465] Add unit tests for all functions in webpush controller
PHPBB-17465
2025-02-02 17:15:34 +01:00
Marc Alexander
c5c6c96a50 [ticket/17465] Cover more exceptions when handling notification
PHPBB-17465
2025-01-28 21:15:33 +01:00
Marc Alexander
0c1aeb862b [ticket/17465] Start implementation of unit tests for webpush controller
PHPBB-17465
2025-01-28 20:49:56 +01:00