aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into ↵Nils Adermann2014-03-293-5/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11459: (21 commits) [ticket/11459] Make 3.1.0-dev migration depend on migrations_table [ticket/11459] Move $supported_dbms to beginning of create schema file [ticket/11459] Fix missing constant CONFIG_TABLE for sql_create_index() [ticket/11459] Fix auth provider test [ticket/11459] Correctly set up the database from schema in unit tests [ticket/11459] Install DB schema from json file [ticket/11459] Clean up a little more [ticket/11459] Do not add table schema to database schema files [ticket/11459] Create schema.json from migration files [ticket/11459] Do not take files of extensions into account [ticket/11459] Pass array with migration class names to schema generator [ticket/11459] Refresh schema files [ticket/11459] Remove spaces from the end of lines in MSSQL [ticket/11459] Correctly handle index column length [ticket/11459] Add migration for migrations table [ticket/11459] Update doc blocks [ticket/11459] Remove old schema file [ticket/11459] Update schema files with new script [ticket/11459] Use new migration/schema_generator to create schema files [ticket/11459] Add Schema from 3.0.0 ...
| * [ticket/11459] Fix auth provider testJoas Schilling2014-03-291-1/+1
| | | | | | | | | | | | user_timezone has no default value anymore PHPBB3-11459
| * [ticket/11459] Correctly set up the database from schema in unit testsJoas Schilling2014-03-292-4/+21
| | | | | | | | PHPBB3-11459
* | Merge remote-tracking branch 'prototech/ticket/11959' into develop-ascraeusJoas Schilling2014-03-294-0/+286
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11959: [ticket/11959] Move phpbb_generate_string_list() to functions_content.php. [ticket/11959] Add unit tests. [ticket/11959] Remove use of plurals and make it possible to use Oxford comma. [ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name. [ticket/11959] Simplify how the users are trimmed. [ticket/11959] Add function to create a string list. [ticket/11959] Add samples for the untrimmed strings. [ticket/11959] List the last user with "and" instead of a comma. [ticket/11959] Use the plurals system for the untrimmed language strings. [ticket/11959] Fix the NOTIFICATION_QUOTE_TRIMMED text. [ticket/11959] Use plurals for the language strings.
| * [ticket/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-1/+1
| | | | | | | | PHPBB3-11959
| * [ticket/11959] Add unit tests.Cesar G2014-03-194-0/+286
| | | | | | | | PHPBB3-11959
* | Merge pull request #2194 from bantu/ticket/12317Nils Adermann2014-03-284-9/+4
|\ \ | | | | | | [ticket/12317] Fix notification tests for DBMS drivers using int for integers ;-)
| * | [ticket/12317] Fix notification tests for DBMSes returning integers as int.Andreas Fischer2014-03-283-3/+3
| | | | | | | | | | | | PHPBB3-12317
| * | [ticket/12317] Do not repeat SQL query in notification_submit_post_base.Andreas Fischer2014-03-281-6/+1
| | | | | | | | | | | | PHPBB3-12317
* | | [ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-fileCrizzo2014-03-281-1/+1
|/ / | | | | | | PHPBB3-11336
* | [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-277-12/+12
| | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* | Merge pull request #2145 from Elsensee/ticket/10590Dhruv Goel2014-03-201-10/+10
|\ \ | |/ |/| [ticket/10590] Remove confirmation page after posting
| * [ticket/10590] Fix functional tests are post confirm message removalJoas Schilling2014-03-181-10/+10
| | | | | | | | PHPBB3-10590
* | Merge remote-tracking branch 'VSEphpbb/ticket/12284' into developAndreas Fischer2014-03-171-1/+1
|\ \ | | | | | | | | | | | | * VSEphpbb/ticket/12284: [ticket/12284] Fix functional test for extension manager changes
| * | [ticket/12284] Fix functional test for extension manager changesMatt Friedman2014-03-171-1/+1
| |/ | | | | | | PHPBB3-12284
* | Merge remote-tracking branch 'vsephpbb/ticket/7580' into developJoas Schilling2014-03-172-0/+11
|\ \ | | | | | | | | | | | | * vsephpbb/ticket/7580: [ticket/7580] Add test for IF {VAR} is defined in templates
| * | [ticket/7580] Add test for IF {VAR} is defined in templatesMatt Friedman2014-03-162-0/+11
| |/ | | | | | | | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-7580 This test demonstrates that is possible to test if a variable exists and then use it if it does, similar to using isset(), but in template/twig syntax. <!— IF {VAR} is defined —>{VAR}<!— ENDIF —> PHPBB3-7580
* | [ticket/9040] Minor cleanup in the unit test fileShitiz Garg2014-03-171-10/+9
| | | | | | | | PHPBB3-9040
* | [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-0/+117
|/ | | | | | | | | | | | | Currently when an user adds a HTML entity to a custom profile field, the length gets incremented by 4 since the code reads &gt; instead of <. However, the length is presentational and not DB storage so it should be treated as a single character even if it takes four lengths in the DB by being stored as a HTML entity. Work around this by decoding html entities before counting. Also, added unit tests for string field type PHPBB3-9040
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-142-0/+376
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/9871-2: [ticket/9871] Can set current version to use instead of the phpBB version [ticket/9871] Fix indentation on comment [ticket/9871] Fix test name [ticket/9871] Split fast and slow version tests [ticket/9871] Option to force the stability when checking for updates [ticket/9871] Allow setting the host/file to load for the version class [ticket/9871] Restore get_remote_file_test [ticket/9871] Fix tests [ticket/9871] Typehint and comment on var types [ticket/9871] Mark test as slow [ticket/9871] Restore phpbb_version_compare [ticket/9871] Restore get_remote_file [ticket/9871] Use $request->variable instead of request_var [ticket/9871] Update version check file to use json format
| * [ticket/9871] Fix test nameNathan Guse2014-03-141-1/+1
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Split fast and slow version testsNathan Guse2014-03-132-26/+58
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Restore get_remote_file_testNathan Guse2014-03-101-0/+75
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Fix testsNathan Guse2014-03-081-3/+11
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Mark test as slowNathan Guse2014-03-051-0/+3
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-192-75/+333
| | | | | | | | PHPBB3-9871
* | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-0/+103
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12202] Use an array in the data provider instead of exploding manually [ticket/12202] Can't call htmlspecialchars before checking for quotes [ticket/12202] Fix tests [ticket/12202] Test for parse_cfg_file [ticket/12202] Use copyright symbol in style.cfg files [ticket/12202] Apply htmlspecialchars to style.cfg data Conflicts: phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * \ Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympusJoas Schilling2014-03-141-0/+103
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exreaction/ticket/12202: [ticket/12202] Use an array in the data provider instead of exploding manually [ticket/12202] Can't call htmlspecialchars before checking for quotes [ticket/12202] Fix tests [ticket/12202] Test for parse_cfg_file [ticket/12202] Use copyright symbol in style.cfg files [ticket/12202] Apply htmlspecialchars to style.cfg data
| | * | [ticket/12202] Use an array in the data provider instead of exploding manuallyJoas Schilling2014-03-141-38/+44
| | | | | | | | | | | | | | | | PHPBB3-12202
| | * | [ticket/12202] Fix testsNathaniel Guse2014-03-091-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12202
| | * | [ticket/12202] Test for parse_cfg_fileNathan Guse2014-03-091-0/+97
| | | | | | | | | | | | | | | | PHPBB3-12202
* | | | Merge remote-tracking branch 'dhruv/ticket/11040' into developJoas Schilling2014-03-142-4/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruv/ticket/11040: [ticket/11040] Topic is deleted if test is skipped [ticket/11040] Use unique text for the test post added [ticket/11040] Use hard delete in delete_topic [ticket/11040] Add migration to drop postgres search indexes [ticket/11040] Delete the functional test topic to avoid conflicts [ticket/11040] Add methods to delete post and topic in functional tests [ticket/11040] Swap post_text and post_subject for post_content index [ticket/11040] Add test cases for searching subject and post content together [ticket/11040] Remove postgres extra indexes [ticket/11040] Add post_content index [ticket/11040] Search subject and text together
| * | | | [ticket/11040] Topic is deleted if test is skippedDhruv2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Use unique text for the test post addedDhruv2014-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Use hard delete in delete_topicDhruv2014-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Delete the functional test topic to avoid conflictsDhruv2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Add methods to delete post and topic in functional testsDhruv2014-03-121-0/+44
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Add test cases for searching subject and post content togetherDhruv2014-03-121-4/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
* | | | | Merge remote-tracking branch 'EXreaction/ticket/10288' into developJoas Schilling2014-03-143-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/10288: [ticket/10288] Test to make sure included templates have proper variable scope
| * | | | | [ticket/10288] Test to make sure included templates have proper variable scopeNathan Guse2014-03-133-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10288
* | | | | | Merge pull request #2109 from nickvergessen/ticket/11581Nathan Guse2014-03-132-3/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11581] Hide categories on level 0 when they have no visible children
| * | | | | | [ticket/11581] Add assertNotContainsLang() for functional test casesJoas Schilling2014-03-131-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Fix year in copyright headerDhruv2014-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Enabled private messages after testsDhruv2014-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Add test to check UCP_PM is enabled/disabled correctlyDhruv2014-03-111-0/+47
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11581
* | | | | | [ticket/12267] Replace $php_ext with $phpExOliver Schramm2014-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12267
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-132-0/+55
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12176] Reword comment about config entries. [ticket/12176] Add newest_user_colour to config array to ensure it exists [ticket/12176] Display correct message when trying to delete founder. [ticket/12176] Add functional test for founder deletion message. Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * | | | | Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympusJoas Schilling2014-03-132-0/+54
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/12176: [ticket/12176] Reword comment about config entries. [ticket/12176] Add newest_user_colour to config array to ensure it exists [ticket/12176] Display correct message when trying to delete founder. [ticket/12176] Add functional test for founder deletion message.
| | * | | | [ticket/12176] Reword comment about config entries.Andreas Fischer2014-03-131-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176
| | * | | | [ticket/12176] Add newest_user_colour to config array to ensure it existsJoas Schilling2014-03-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176