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 |
|
Marc Alexander
|
bc470285fc
|
Merge pull request #6770 from rxu/ticket/15214
[ticket/15214] Add event & functionality for assigning template event priority
|
2025-06-15 08:59:31 +02:00 |
|
rxu
|
1d7543c778
|
[ticket/15214] Address code review issues, add equal priority events test
PHPBB3-15214
|
2025-06-15 01:35:31 +07:00 |
|
Marc Alexander
|
0b3897b8c3
|
[ticket/17519] Adapt wrapper test for master
PHPBB-17519
|
2025-06-12 21:38:55 +02:00 |
|
Marc Alexander
|
b2d48b679f
|
Merge branch 'ticket/17519' into ticket/17519-master
|
2025-06-12 21:15:38 +02:00 |
|
Marc Alexander
|
5deeea025f
|
[ticket/17519] Add unit tests for task wrapper
PHPBB-17519
|
2025-06-12 21:00:24 +02:00 |
|
rxu
|
ccbdfb49c7
|
[ticket/15214] Adjust core event name and docblock
PHPBB3-15214
|
2025-05-21 11:25:35 +07:00 |
|
Marc Alexander
|
5d3f0cd482
|
[ticket/17514] Replace phpBB3 with phpBB in tests
PHPBB-17514
|
2025-05-20 20:59:40 +02:00 |
|
rxu
|
3a5247d01b
|
[ticket/15214] Get event dispatcher from environment rather than as dependency
Also this will allow to significantly reduce unrelated tests changes.
PHPBB3-15214
|
2025-05-20 17:36:15 +07:00 |
|
rxu
|
5e0dc9ef2e
|
[ticket/15214] Fix rebasing and some other issues
PHPBB3-15214
|
2025-05-20 16:24:38 +07:00 |
|
rxu
|
8338ff9e56
|
[ticket/15214] Fix Windows tests
PHPBB3-15214
|
2025-05-20 16:24:37 +07:00 |
|
rxu
|
18bae795f0
|
[ticket/15214] Fix Windows tests
Purge Twig compiled cache in Windows.
Set appropriate folder access control options to do that.
PHPBB3-15214
|
2025-05-20 16:24:36 +07:00 |
|
rxu
|
09fd86ffb0
|
[ticket/15214] Fix test foo/foo extension listener
PHPBB3-15214
|
2025-05-20 16:24:34 +07:00 |
|