phpbb/tests
Marc Alexander 2c74cb71b5
Merge pull request #5301 from senky/ticket/11500
[ticket/11500] Remove unnamed input
2018-10-08 21:42:46 +02:00
..
acp_board [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
attachment [ticket/15055] Debug issues 2018-01-01 18:53:57 +01:00
auth [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
avatar [ticket/security/210] Fix tests for 3.2.x 2017-07-16 17:09:06 +02:00
bbcode [ticket/15172] Add symfony_request to some tests 2017-09-10 12:16:51 +02:00
cache [ticket/15726] Implement selective purge in APCu cache driver 2018-09-16 16:05:46 +02:00
captcha [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
class_loader [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
compress [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
config Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 2014-05-27 21:55:40 +02:00
console [ticket/15055] Use getMock() for phpBB 3.2 compatibility 2018-01-01 19:25:11 +01:00
content_visibility [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
controller [ticket/14990] Move dispatcher object to the front of the options array 2017-04-16 23:40:16 +07:00
cron [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
datetime [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests 2015-12-05 00:01:27 +07:00
dbal Merge pull request #5158 from kasimi/ticket/15586 2018-06-17 11:35:08 +02:00
di Merge branch 'ticket/14957' into ticket/14957-rhea 2017-01-03 21:41:36 +01:00
download [ticket/14774] Support partial downloads of attachments 2016-09-07 03:58:33 +02:00
email [ticket/14990] Move dispatcher object to the front of the options array 2017-04-16 23:40:16 +07:00
event [ticket/15637] Preserve line breaks in event descriptions 2018-07-07 21:25:43 +02:00
extension [ticket/14990] Move dispatcher object to the front of the options array 2017-04-16 23:40:16 +07:00
feed [ticket/15245] Fix tests 2017-10-01 19:14:12 +02:00
files [ticket/14921] Use phpbb.com URL to prevent test failures for remote URLs 2016-12-17 23:29:19 +01:00
filesystem [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
fixtures [ticket/12775] Add tests for \phpbb\config_php 2014-07-07 01:02:29 +02:00
functional [ticket/11500] Remove unnamed input 2018-07-26 17:17:27 +02:00
functions Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 2018-01-07 11:02:31 +01:00
functions_acp [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
functions_content [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
functions_database_helper [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
functions_privmsgs [ticket/14780] Fixes array with exspected results in test-function 2016-09-15 21:58:21 +02:00
functions_user [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql 2018-01-01 18:55:12 +01:00
group [ticket/12143] Fix those tests 2015-08-05 17:50:26 +02:00
groupposition [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
help [ticket/13844] Add events 2015-05-20 20:11:52 +02:00
installer [ticket/14462] Further speed improvements 2016-02-12 14:31:28 +01:00
language [ticket/14432] Adds a method to get raw language values 2016-01-26 23:45:51 +01:00
lock [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
log [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
mcp [ticket/8116] Add missing new line 2017-04-19 23:35:44 +02:00
migrator [ticket/15696] Add tests 2018-07-05 09:57:23 +02:00
mimetype [ticket/13031] Slightly change behavior of choose_mime_type and add unit tests 2014-09-05 21:55:49 +02:00
mock [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
network [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
notification Merge pull request #4680 from marc1706/ticket/15055 2018-01-05 22:44:34 +01:00
pagination [ticket/14971] Add on_page test with the string arguments 2017-01-08 23:09:36 +07:00
passwords [ticket/14733] Make sure detect_algorithm() works correctly and add tests 2016-10-03 22:09:28 +02:00
path_helper [ticket/14440] Add tests 2016-02-07 15:15:01 +01:00
plupload Merge branch '3.1.x' into 3.2.x 2016-12-18 20:40:46 +01:00
privmsgs [ticket/14168] Use attachment manager instead of separate classes 2015-10-12 11:34:11 +02:00
profilefields Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into prep-release-3.2.2 2018-01-07 10:48:43 +01:00
random [ticket/15693] Update tests to reflect changes to gen_rand_string() 2018-06-17 11:01:11 +02:00
regex [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
request [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
search [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql 2018-01-01 18:55:12 +01:00
security [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
session [ticket/15351] Makes confirm_works in a router context (app.php) 2017-09-08 16:26:39 +02:00
template Merge branch 'prep-release-3.2.3' into 3.2.x 2018-09-09 12:00:28 +01:00
test_framework [ticket/15733] Remove unused code related to deprecated flood control 2018-07-28 14:29:37 +02:00
text_formatter/s9e [ticket/15531] Log malformed BBCodes 2018-01-22 03:34:47 +01:00
text_processing [ticket/15457] Updated s9e/text-formatter dependency 2017-12-10 02:55:10 +01:00
text_reparser [ticket/15512] Avoid reparsing non-existent polls 2018-01-12 16:28:37 +01:00
tmp [ticket/10309] Update .gitignore and move .gitkeep. 2011-08-20 14:34:02 -04:00
tree [ticket/15055] Support console questions on windows 2018-01-01 18:56:20 +01:00
ui [ticket/14947] Create new webdriver instance for every test 2017-01-02 20:39:41 +01:00
upload [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
user [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
utf [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07:00
version Merge pull request #35 from phpbb/ticket/security-203-rhea 2017-07-16 15:29:35 +02:00
viewonline [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
wrapper [ticket/14972] replace all occurrences of sizeof() with the count() 2018-01-01 13:56:04 +01:00
bootstrap.php [ticket/14576] Move common required files to bootstrap 2016-03-31 11:06:47 -07: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/14972] Fix test_collection_with_mask test 2018-01-01 13:56:04 +01:00
lint_test.php Merge branch '3.0.x' into 3.1.x 2015-05-29 22:46:28 +02:00
RUNNING_TESTS.md [ticket/15516] Fix typo in UI test instructions 2018-02-21 20:43:56 +01:00