phpbb/tests
Marc Alexander f6fd819764 Merge pull request #4165 from Nicofuma/ticket/14457
[ticket/14457] Uses a random placeholder to inject css and js
2016-02-18 21:52:48 +01:00
..
acp_board [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
attachment [ticket/14168] Use attachment manager instead of separate classes 2015-10-12 11:34:11 +02:00
auth [ticket/14250] Change token_storage class to fit changed interface 2016-01-04 03:38:28 +01:00
avatar Merge branch '3.1.x' 2016-01-06 13:26:23 +01:00
bbcode [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
cache [ticket/13904] Modify files for changes in ini wrapper 2015-09-09 08:29:05 +02:00
captcha [ticket/13522] Fix globals for 3.2 in Q&A tests 2015-04-06 12:08:55 +02:00
class_loader [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
compress [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
config Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 2014-05-27 21:55:40 +02:00
console Merge pull request #3857 from Nicofuma/ticket/14124 2015-10-07 14:47:23 +02:00
content_visibility [ticket/14168] Use attachment manager instead of separate classes 2015-10-12 11:34:11 +02:00
controller [ticket/14220] Move route loading to services 2015-10-08 14:15:44 +02:00
cron [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02: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 [feature/sql-bool-builder] Changing syntax pt2. Fix tests 2015-11-11 08:38:38 +00:00
di [ticket/14039] Revamp updater 2015-10-17 23:05:57 +02:00
download [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
event [ticket/14039] Revamp updater 2015-10-17 23:05:57 +02:00
extension [ticket/13733] Remove validate_classes method argument 2016-01-24 22:39:37 +01:00
files [ticket/14448] Let user decide if remote upload certs should be checked 2016-02-04 17:14:48 +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/14315] Add functional tests for permission roles and fix non-js 2016-02-17 12:56:19 +01:00
functions [ticket/14250] Change token_storage class to fit changed interface 2016-01-04 03:38:28 +01:00
functions_acp [ticket/sec-184] Fix tests 2015-06-07 16:43:27 +02:00
functions_content [ticket/12662] Update tests that utilize get_username_string 2014-06-25 14:19:09 +02:00
functions_database_helper [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
functions_privmsgs [ticket/9109] Only query database once in phpbb_get_max_setting_from_group 2015-02-08 21:16:05 +01:00
functions_user [ticket/14168] Use attachment manager instead of separate classes 2015-10-12 11:34:11 +02:00
group [ticket/12143] Fix those tests 2015-08-05 17:50:26 +02:00
groupposition [ticket/13762] Moving language related functionality into a separate class 2015-05-02 13:37:12 +02: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/13494] Update calls to set_config() 2015-02-02 19:28:23 +01:00
log Merge branch '3.1.x' 2016-01-15 11:18:13 +01:00
migrator [ticket/10748] Replace direct creations of tools(); 2015-02-07 14:41:39 +01:00
mimetype [ticket/13031] Slightly change behavior of choose_mime_type and add unit tests 2014-09-05 21:55:49 +02:00
mock Merge pull request #4144 from VSEphpbb/ticket/14434 2016-02-02 13:12:25 +01:00
network [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
notification [ticket/14237] Use $language class for notifications 2015-10-13 23:40:52 -07:00
pagination [ticket/14220] Move route loading to services 2015-10-08 14:15:44 +02:00
passwords [ticket/13203] Fix passwords manager tests 2014-10-22 15:09:58 -05:00
path_helper [ticket/14440] Add tests 2016-02-07 15:15:01 +01:00
plupload [ticket/13904] Modify files for changes in ini wrapper 2015-09-09 08:29:05 +02:00
privmsgs [ticket/14168] Use attachment manager instead of separate classes 2015-10-12 11:34:11 +02:00
profilefields [ticket/13762] Moving language related functionality into a separate class 2015-05-02 13:37:12 +02:00
random [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
regex [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support() 2015-05-11 20:43:47 +02:00
request [ticket/13455] Update calls to request_var() 2015-02-03 20:50:40 +01:00
search [ticket/13685] Fix tests for fulltext search 2015-06-07 18:40:49 +01:00
security [ticket/13762] Moving language related functionality into a separate class 2015-05-02 13:37:12 +02:00
session [ticket/13961] Move back service_collections under original namespace 2015-06-26 01:04:36 +02:00
template [ticket/14457] Don't set CSS to JS and JS to CSS 2016-02-18 17:30:31 +01:00
test_framework [ticket/14315] Properly get sid from cookies and simplify take_screenshot 2016-02-18 11:22:02 +01:00
text_formatter/s9e [ticket/14323] Added should_shorten() 2015-12-28 04:19:21 +01:00
text_processing Merge pull request #4059 from JoshyPHP/ticket/14323 2016-01-13 12:55:31 +01:00
text_reparser Merge pull request #4005 from Elsensee/ticket/14257 2015-12-05 11:21:40 +01:00
tmp [ticket/10309] Update .gitignore and move .gitkeep. 2011-08-20 14:34:02 -04:00
tree [ticket/13494] Update calls to set_config() 2015-02-02 19:28:23 +01:00
ui [ticket/14315] Properly get sid from cookies and simplify take_screenshot 2016-02-18 11:22:02 +01:00
upload [ticket/13904] Set properties to protected where possible in filespec 2015-09-13 09:30:56 +02:00
user [ticket/13762] Moving language related functionality into a separate class 2015-05-02 13:37:12 +02:00
utf [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback 2014-11-08 11:36:13 +01:00
version [ticket/13782] Rename null driver to dummy for PHP7 compatibility 2015-05-04 10:10:12 +02:00
viewonline [ticket/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
wrapper [ticket/13904] Add back tests for retrieving floats 2015-09-09 08:29:07 +02:00
bootstrap.php [ticket/14044] Fix tests 2015-10-30 14:58:53 +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/13697] Moving filesystem related functions to filesystem service 2015-04-16 13:24:10 +02:00
lint_test.php Merge branch '3.0.x' into 3.1.x 2015-05-29 22:46:28 +02:00
RUNNING_TESTS.md [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback 2014-11-08 11:36:13 +01:00