phpbb/tests
Marc Alexander 22090dc3a3 [ticket/12386] Add DEBUG_EXTRA again and use it for container creation
We are currently creating a new compiled container on every page load when
having DEBUG enabled. However, one might only have that enabled to be
presented with errors or for getting the page load stats.
This change will add the DEBUG_EXTRA constant again. It will be used for
choosing whether the compiled container should be created on every page load -
when defined as true - or just once after the cache is cleared.

PHPBB3-12386
2014-04-11 11:11:31 +02:00
..
acp_board [ticket/11700] Get unit tests to run again with namespaces 2013-09-19 18:50:08 +02:00
auth [ticket/11459] Fix auth provider test 2014-03-29 11:03:44 +01:00
avatar [ticket/11859] Add missing get_template_name method to test drivers 2013-11-27 15:28:14 +01:00
bbcode [ticket/11250] Use user defined message as incomplete message 2012-12-14 18:31:12 +01:00
cache [ticket/11700] Fix config namespace mishap in cache tests 2013-09-16 00:39:30 +02:00
class_loader [ticket/11700] Fix extension loading with namespaces 2013-09-19 18:29:08 +02:00
compress Merge branch 'develop-olympus' into develop 2012-12-20 21:56:10 +01:00
config [ticket/11700] Fix config db tests after namespace mishap 2013-09-16 00:39:08 +02:00
content_visibility [ticket/12115] Also port user interests to profile fields 2014-02-06 11:32:11 +01:00
controller [ticket/12090] Move find() call to container and fix tests 2014-03-09 19:03:15 +01:00
cron [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
datetime [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
dbal [ticket/12349] Update license header in several new files 2014-04-03 15:42:36 +02:00
di [ticket/12282] Update container db mock 2014-04-01 19:17:42 +02:00
download [ticket/10820] Add test cases 2013-06-05 02:22:51 +05:30
event [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
extension [ticket/12350] Instantiate Mock Dispatcher for modules_test 2014-04-03 16:17:10 -04:00
filesystem [ticket/11852] Move tests to folder with new class name 2013-09-26 15:35:53 +02:00
fixtures [ticket/10205] Add some columns to the empty fixture file for mssqlnative. 2012-12-04 19:00:42 -05:00
functional Merge remote-tracking branch 'github-nickvergessen/ticket/12370' into develop-ascraeus 2014-04-10 14:26:41 -07:00
functions [ticket/12349] Update license header in several new files 2014-04-03 15:42:36 +02:00
functions_acp Merge pull request #1887 from nickvergessen/ticket/skouat/10910 2013-12-04 09:48:10 -08:00
functions_content [ticket/12341] Update test with new class name and dependencies 2014-04-02 21:01:09 +02:00
functions_database_helper [ticket/11162] Reformat. 2012-12-13 03:07:25 -05:00
functions_install [ticket/12023] Add test for failing .css copy 2013-11-19 00:23:23 +01:00
functions_user [ticket/12115] Also port user interests to profile fields 2014-02-06 11:32:11 +01:00
groupposition [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
lock [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
log [ticket/12113] Fix view_log() tests 2014-04-01 23:10:29 +02:00
migrator [ticket/12362] Do not use database test case as it's not needed 2014-04-06 22:04:00 +02:00
mimetype [ticket/11912] Expect logic exceptions in test if no guesser available 2013-11-23 01:19:43 +01:00
mock Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop-ascraeus 2014-04-10 14:22:36 -07:00
network [ticket/9916] Updating license in non-distributed files 2012-01-02 19:10:36 +01:00
notification [ticket/12370] Add unit tests for topic notifications 2014-04-07 21:32:31 +02:00
pagination [ticket/12090] Move find() call to container and fix tests 2014-03-09 19:03:15 +01:00
passwords [ticket/12354] Assert same instead of equal where necessary in passwords tests 2014-04-05 11:51:38 +02:00
path_helper [ticket/11997] Add clean_url() method to path_helper 2013-12-21 20:08:00 +01:00
privmsgs [ticket/12115] Also port user interests to profile fields 2014-02-06 11:32:11 +01:00
profile [ticket/9040] Minor cleanup in the unit test file 2014-03-17 17:35:37 +05:30
random [ticket/9916] Updating License in the header 2012-01-02 16:18:32 +00:00
regex [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()". 2013-12-04 13:44:33 +01:00
request [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
search [ticket/11288] Add unit test cases for foo-bar like queries 2014-03-09 22:30:22 +05:30
security Merge pull request #2092 from nickvergessen/ticket/12090 2014-03-10 20:50:08 -05:00
session [ticket/12282] Use interface for type hinting 2014-04-01 19:17:41 +02:00
template [ticket/7580] Add test for IF {VAR} is defined in templates 2014-03-16 20:38:50 -07:00
test_framework [ticket/12386] Add DEBUG_EXTRA again and use it for container creation 2014-04-11 11:11:31 +02:00
text_processing [ticket/12056] Fix "Call to a member function trigger_event() on a non-object". 2013-12-04 13:51:42 +01:00
tmp [ticket/10309] Update .gitignore and move .gitkeep. 2011-08-20 14:34:02 -04:00
tree [ticket/12117] Add get_all_tree_data method to tree class 2014-03-10 15:59:45 -07:00
upload [ticket/10851] Add unit and functional tests for checking attachments 2014-04-04 11:48:41 +02:00
user [ticket/12115] Also port user interests to profile fields 2014-02-06 11:32:11 +01:00
utf [ticket/11159] static public is the currently approved order. 2012-11-06 10:41:06 -05:00
version [ticket/9871] Fix test name 2014-03-14 07:02:25 -05:00
wrapper [ticket/12367] Change phpbb_wrapper_gmgetdate_test to use data providers 2014-04-06 23:36:04 +02:00
bootstrap.php [ticket/11700] Fix extension loading with namespaces 2013-09-19 18:29:08 +02:00
error_collector_test.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
lint_test.php Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus 2014-01-17 20:50:04 -06:00
RUNNING_TESTS.md [ticket/11866] Only single backslash in .md files 2013-09-26 01:02:29 +02:00