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 |
|
rxu
|
4a00212f2d
|
[ticket/15214] Optimize event node code and add template event order tests
PHPBB3-15214
|
2025-05-20 16:24:34 +07:00 |
|
toxyy
|
71fe9d60c4
|
[ticket/15214] Add fixes for various other tests
Add new dispatch parameter to the template\twig\extension calls
PHPBB3-15214
|
2025-05-20 16:24:31 +07:00 |
|
toxyy
|
59b482a222
|
[ticket/15214] Test fix for test_bbcode_firstpass
Add new dispatch parameter to the template\twig\extension call
PHPBB3-15214
|
2025-05-20 16:24:30 +07:00 |
|
toxyy
|
d934c8c4b7
|
[ticket/15214] Test fix for test_helper_url_no_rewrite
Add new dispatch parameter to the template\twig\extension call
PHPBB3-15214
|
2025-05-20 16:24:29 +07:00 |
|
rxu
|
0562984999
|
[ticket/17508] Fix PHP warning on custom profile fields edit
PHPBB-17508
|
2025-05-13 00:02:56 +07:00 |
|
Marc Alexander
|
04f2141a7d
|
Merge pull request #6799 from rxu/ticket/17491
[ticket/17491] Fix caching search results - 3.3.x
|
2025-05-07 20:15:53 +02:00 |
|
rxu
|
4b7d7c2fc7
|
Merge branch 'ticket/17491' into ticket/17491-master
|
2025-05-07 00:40:32 +07:00 |
|
rxu
|
3d76a8bd09
|
[ticket/17491] Fix rows duplication in search results
PHPBB-17491
|
2025-05-07 00:31:21 +07:00 |
|
rxu
|
e91c7d42a9
|
[ticket/17491] Add test
PHPBB-17491
|
2025-05-05 23:46:09 +07:00 |
|
rxu
|
a5113d7cd3
|
[ticket/17496] Correctly restore willReturn()
PHPBB-17496
|
2025-05-02 22:48:59 +07:00 |
|
rxu
|
0f94e1cb13
|
[ticket/17496] Fix tests
PHPBB-17496
|
2025-05-02 22:48:58 +07:00 |
|
rxu
|
d0cb7d6389
|
[ticket/17496] Fix tests
PHPUnit will automatically create a test double
of required return type to be returned
PHPBB-17496
|
2025-05-02 22:48:57 +07:00 |
|