phpbb/tests/functions
Nils Adermann e65c51e3cd Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-ascraeus
* github-prototech/ticket/11508:
  [ticket/11508] Fix build_url test.
  [ticket/11508] Add functional test for jumpbox.
  [ticket/11508] Use $phpbb_path_helper.
  [ticket/11508] Allow equal sign in parameter value.
  [ticket/11508] Remove unnecessary implode.
  [ticket/11508] Remove unnecessary isset check.
  [ticket/11508] Fix build_url test.
  [ticket/11508] Curly brace should be on its own line...
  [ticket/11508] The question mark is expected even if there are no parameters.
  [ticket/11508] Add tests.
  [ticket/11508] Do not add the '?' unless there are parameters.
  [ticket/11508] Change separator parameter to a simple true|false $is_amp.
  [ticket/11508] Move helper functions to path_helper class.
  [ticket/11508] Move the stripping param code to separate function as well.
  [ticket/11508] Build the jumpbox hidden fields using the _form action_
  [ticket/11508] Split parts of build_url() into reusable functions.
2014-05-02 16:40:01 +02:00
..
fixtures Merge remote-tracking branch 'github-exreaction/ticket/8323' into develop-ascraeus 2014-05-02 15:54:10 +02:00
build_hidden_fields_for_query_params_test.php [ticket/11095] Docs and tests for phpbb_build_hidden_fields_for_query_params. 2012-11-29 14:42:06 -05:00
build_url_test.php [ticket/11508] Fix build_url test. 2014-04-22 16:03:13 -07:00
convert_30_dbms_to_31_test.php [ticket/11700] Don't prefix dbms classnames with \ 2013-09-16 00:41:44 +02:00
generate_string_list.php [ticket/11959] Move phpbb_generate_string_list() to functions_content.php. 2014-03-29 09:32:04 -07:00
get_formatted_filesize_test.php [ticket/11192] Merge dataProvider arrays because the test is the same now. 2012-11-16 16:20:55 +01:00
get_remote_file_test.php [ticket/11619] Some tests for get_remote_file(). 2013-07-03 15:31:24 +02:00
is_absolute_test.php Merge branch 'develop-olympus' into develop 2013-05-16 17:46:19 +02:00
language_select_test.php [ticket/11542] Use Czech as example as it contains non-latin characters 2013-05-17 02:13:51 +02:00
obtain_online_test.php Merge branch 'develop-olympus' into develop 2013-12-04 15:57:25 +01:00
parse_cfg_file_test.php [ticket/12349] Update license header in several new files 2014-04-03 15:42:36 +02:00
phpbb_get_banned_user_ids.php [ticket/8323] Comments on phpbb_get_banned_user_ids input for test 2012-12-13 20:05:00 -06:00
quoteattr_test.php [ticket/11095] Python quoteattr port. 2012-11-29 12:05:52 -05:00
style_select_test.php [ticket/11541] Add unit tests for style_select() 2013-05-14 20:29:38 +02:00
validate_data_helper.php [ticket/11579] Do not extend validate_data_helper 2013-06-05 17:05:10 +02:00
validate_date_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_email_test.php [ticket/11579] Add method for validating emails for valid MX and mark as slow 2013-06-05 17:40:45 +02:00
validate_hex_colour_test.php [ticket/11538] Add unit tests for phpbb_validate_hex_colour(). 2013-05-26 19:24:09 +02:00
validate_jabber_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_lang_iso_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_match_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_num_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_password_test.php [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()". 2013-12-04 13:44:33 +01:00
validate_string_test.php [ticket/11579] Rework calls to validate_data_helper 2013-06-03 21:30:13 +02:00
validate_username_test.php [ticket/11579] Add missing commas to validate_username_test 2013-06-03 21:33:02 +02:00
validate_with_method_test.php [ticket/12097] Bug fix and adding unit test 2014-04-26 15:46:50 +02:00