phpbb/tests
2024-05-06 18:23:21 +02:00
..
acp_board [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
attachment [ticket/17176] Fix some PHP 8.x deprecations and clean up test code 2023-09-18 19:28:22 +02:00
auth [ticket/12960] Remove broken captchas and prepare for incomplete captcha 2024-04-03 20:39:38 +02:00
avatar Merge branch '3.3.x' 2023-09-30 13:22:46 +02:00
ban [ticket/9687] Update deprecated notices and helper functions 2023-11-05 20:21:40 +01:00
bbcode [ticket/16574] Remove flash BBcode 2021-08-19 23:01:42 +02:00
cache [ticket/16955] Add stubs for cache classes and clean up 2022-12-28 08:37:21 +01:00
captcha [ticket/12960] Remove not needed extra language variable 2024-04-19 08:49:57 +02:00
class_loader [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
compress [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
config Merge branch '3.3.x' 2021-12-07 21:58:15 +01:00
console [ticket/13162] Use db tools for truncating 2023-12-17 19:49:23 +01:00
content_visibility Merge branch '3.3.x' 2023-10-01 14:00:51 +02:00
controller [ticket/17283] Remove unused code 2024-02-18 17:08:51 +01:00
cron [ticket/17176] Update implementations to be compatible with Symfony 6.3 2023-09-18 19:28:16 +02:00
datetime [ticket/16962] Fix datetime format test 2022-02-22 14:55:38 +07:00
dbal [ticket/13162] Add tests for truncate table via tools 2023-12-17 12:49:40 +01:00
di [ticket/17289] Fix dependency injection error when using development environment 2024-02-18 17:49:36 +01:00
email [ticket/17283] Remove unused code 2024-02-18 17:08:51 +01:00
event Merge branch '3.3.x' 2024-02-18 20:34:34 +01:00
extension [ticket/17283] Remove remaining parts using iconify 2024-02-12 18:52:45 +01:00
feed Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
files [ticket/16764] Remove more remnants of remote uploading 2021-04-26 20:44:15 +02:00
filesystem [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
fixtures [ticket/12775] Add tests for \phpbb\config_php 2014-07-07 01:02:29 +02:00
functional Merge branch 'ticket/17296' into ticket/17296-master 2024-03-19 20:51:48 +01:00
functions [ticket/12960] Remove broken captchas and prepare for incomplete captcha 2024-04-03 20:39:38 +02:00
functions_acp [ticket/17100] Reuse form_macros in ACP and fix tests 2023-04-09 13:43:04 +02:00
functions_content [ticket/15392] Replace remaining dirname(__FILE__) with __DIR__ 2021-03-04 16:56:07 +01:00
functions_database_helper [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
functions_privmsgs [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
functions_user [ticket/9687] Adjust queries to be compatible with postgres 2023-11-05 20:21:39 +01:00
group [ticket/15233] Amend tests for avatar helper 2021-03-06 08:18:37 +01:00
groupposition Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
help [ticket/16549] Rewrite at() calls 2020-11-15 18:57:59 +07:00
installer [ticket/16549] PHPUnit function declarations tiny cleanup 2020-10-18 10:36:42 +07:00
json [ticket/10824] Add missing imports and adjust json sanitizer imports 2021-01-26 22:26:01 +01:00
language [ticket/16549] PHPUnit function declarations tiny cleanup 2020-10-18 10:36:42 +07:00
lock [ticket/17077] Add proper locking in PHP without releasing form tokens 2024-05-01 11:22:29 +02:00
log Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
mcp [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
mention Merge branch 'ticket/16891' into ticket/16891-master 2022-01-31 21:48:53 +01:00
migrations [ticket/17010] Add Webpush settings and language entries 2024-02-24 11:58:27 +01:00
migrator [ticket/16741] Test fixes 2021-11-09 02:49:56 +01:00
mimetype Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
mock [ticket/17176] Resolve deprecation notices 2023-09-18 19:28:19 +02:00
network [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
notification [ticket/17010] Properly handle expired subscriptions and extend tests 2024-03-01 19:40:26 +01:00
pagination Merge pull request #6376 from lionel-rowe/ticket/16977 2022-04-10 21:21:47 +02:00
passwords [ticket/17176] Fix some PHP 8.x deprecations and clean up test code 2023-09-18 19:28:22 +02:00
path_helper [ticket/17176] Update implementations to be compatible with Symfony 6.3 2023-09-18 19:28:16 +02:00
plupload [ticket/16329] Add configuration options for Plupload 2020-01-20 22:16:38 +11:00
privmsgs Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
profilefields [ticket/16741] Test fixes 2021-11-09 02:49:56 +01:00
random [ticket/17176] Remove no longer needed backward compatible phpunit code 2023-09-18 19:28:21 +02:00
regex [ticket/17176] Remove no longer needed backward compatible phpunit code 2023-09-18 19:28:21 +02:00
request [ticket/17188] Add unit tests 2023-09-16 12:55:23 +02:00
search [ticket/13162] Use db tools for truncating 2023-12-17 19:49:23 +01:00
security Merge branch 'ticket/15392' into ticket/15392-master 2021-03-04 17:04:17 +01:00
session [ticket/12960] Remove broken captchas and prepare for incomplete captcha 2024-04-03 20:39:38 +02:00
storage/adapter [ticket/17184] Remove subfolders option in local storage 2023-09-23 11:22:25 +02:00
template [ticket/17291] Default to fa-solid if classes are set without fa class 2024-03-04 19:24:52 +01:00
test_framework Merge branch '3.3.x' 2024-05-06 18:23:21 +02:00
text_formatter/s9e [ticket/17176] Remove no longer needed backward compatible phpunit code 2023-09-18 19:28:21 +02:00
text_processing Merge branch '3.3.x' 2023-01-09 21:58:41 +01:00
text_reparser Merge branch '3.3.x' 2024-05-03 22:16:41 +02:00
tmp
tree [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
upload [ticket/17176] Remove no longer needed backward compatible phpunit code 2023-09-18 19:28:21 +02:00
user [ticket/17032] Fix missing parameter in user loader tests 2022-09-09 17:42:51 +02:00
utf [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
version Merge branch 'ticket/16891' into ticket/16891-master 2022-01-31 21:48:53 +01:00
viewonline Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00
wrapper [ticket/15392] Changed dirname(__FILE__) to __DIR__ 2021-03-03 22:24:10 +01:00
bootstrap.php [ticket/9687] Add tests for ban manager and fix some inconsistencies 2023-11-05 20:21:37 +01:00
config_php_file_test.php [ticket/12937] Do not return false. Return null for get and array() for all. 2014-08-08 15:29:34 +02:00
error_collector_test.php [ticket/17176] Use different call to cause a notice 2023-11-26 22:41:30 +07:00
lint_test.php [ticket/16748] Enable code sniffing for static placement and adjust code 2021-04-03 23:12:04 +02:00
RUNNING_TESTS.md [ticket/17126] Fix filename in instructions about running all tests 2023-04-04 20:45:03 +02:00