aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/11831] getAttribute was replaced with attrNathan2013-09-061-1/+1
| | | | PHPBB3-11831
* Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-08-151-0/+131
|\ | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [ticket/11775] Fix doc blocks syntax [ticket/11775] Remove spaces at line ends [ticket/11775] Split test into multiple steps [ticket/11775] Add functional test for moving the last post [ticket/11775] Backport moving of the posting functions to 3.0 [ticket/11775] Fix error when moving the last post to another topic
| * [ticket/11775] Fix doc blocks syntaxJoas Schilling2013-08-151-1/+1
| | | | | | | | PHPBB3-11775
| * [ticket/11775] Remove spaces at line endsJoas Schilling2013-08-151-4/+4
| | | | | | | | PHPBB3-11775
| * [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-0/+131
| | | | | | | | PHPBB3-11775
* | [ticket/11686] Not checking for phpBB Debug errors on functional testsNathaniel Guse2013-07-131-0/+1
|/ | | | PHPBB3-11686
* [ticket/10772] Remove 3.1 codeVjacheslav Trushkin2013-07-111-70/+51
| | | | PHPBB3-10772
* Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into ↵Nathaniel Guse2013-07-111-0/+103
|\ | | | | | | | | | | | | | | | | | | | | develop-olympus # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/10772: [ticket/10772] Remove unnecessary comment [ticket/10772] Functional tests for forum style [ticket/10772] Use forum specific style for trigger_error
| * [ticket/10772] Functional tests for forum styleVjacheslav Trushkin2013-05-161-0/+103
| | | | | | | | PHPBB3-10772
* | [ticket/11604] Skip installer step where config.php is created.Andreas Fischer2013-06-191-20/+27
| | | | | | | | PHPBB3-11604
* | [ticket/11604] Fix case where config.php is not generated by phpBB.Andreas Fischer2013-06-181-1/+23
| | | | | | | | PHPBB3-11604
* | [ticket/11604] Use variables for config.php filesnames.Andreas Fischer2013-06-181-6/+10
| | | | | | | | PHPBB3-11604
* | [ticket/11601] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
| | | | | | | | PHPBB3-11601
* | [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
| | | | | | | | PHPBB3-11601
* | [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
| | | | | | | | PHPBB3-11590
* | [ticket/11568] Split status code and html debug assertion into two methodsJoas Schilling2013-05-311-18/+30
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Add comma at end of array key-value coupleJoas Schilling2013-05-311-1/+1
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Invert logic for asserting the responseJoas Schilling2013-05-311-4/+4
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-311-4/+4
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Remove unused methodJoas Schilling2013-05-301-19/+0
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Only assert string when doctype is there at allJoas Schilling2013-05-301-1/+4
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Add method to get page contentJoas Schilling2013-05-281-0/+10
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Allow different status codesJoas Schilling2013-05-281-2/+2
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_headerJoas Schilling2013-05-281-1/+1
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Make CookieJar static aswellJoas Schilling2013-05-271-6/+7
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Only use a static version of the clientJoas Schilling2013-05-271-59/+60
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Any output before the doc type means there was an errorJoas Schilling2013-05-271-8/+6
| | | | | | | | | | | | Change is needed to allow "Warning:" in the HTML body PHPBB3-11568
* | [ticket/11568] Set client manually so we can increase the cURL timeoutJoas Schilling2013-05-271-0/+7
| | | | | | | | PHPBB3-11568
* | [ticket/11568] Use Goutte Client to install the board for functional testsJoas Schilling2013-05-271-39/+105
| | | | | | | | PHPBB3-11568
* | [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
| | | | | | | | PHPBB3-11576
* | Merge remote-tracking branch 'bantu/ticket/11547' into develop-olympusAndreas Fischer2013-05-171-0/+8
|\ \ | | | | | | | | | | | | * bantu/ticket/11547: [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| * | [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
| |/ | | | | | | PHPBB3-11547
* | [ticket/11544] Add admin_login() method to 3.0 functional test caseMarc Alexander2013-05-141-0/+44
|/ | | | | | This method is needed in order to be able to properly test acp functions. PHPBB3-11544
* [ticket/11493] add checks for Notice and WarningDhruv2013-04-151-0/+2
| | | | PHPBB3-11493
* [ticket/11493] add check for phpBB Debug in functional testsDhruv2013-04-151-0/+1
| | | | PHPBB3-11493
* [ticket/11295] Drop tables rather than database for postgres in test suite.Oleg Pudeyev2012-12-261-2/+25
| | | | | | | | | | Doing so allows: 1. User running the tests no longer needs create database privilege. 2. Test database may be located in a non-default tablespace and generally have site-specific options applied to it. PHPBB3-11295
* [ticket/11265] Add assertions for board installation success.Oleg Pudeyev2012-12-131-3/+11
| | | | PHPBB3-11265
* Merge PR #1119 branch 'p/ticket/10491' into develop-olympusOleg Pudeyev2012-12-131-25/+29
|\ | | | | | | | | | | | | | | * p/ticket/10491: [ticket/10491] Make recreate_database static. [ticket/10491] Install board once per test run. [ticket/10491] Move board installation into setup before class. [ticket/10491] Set up functional tests sensibly.
| * [ticket/10491] Make recreate_database static.Oleg Pudeyev2012-12-121-1/+1
| | | | | | | | PHPBB3-10491
| * [ticket/10491] Install board once per test run.Oleg Pudeyev2012-12-101-1/+6
| | | | | | | | | | | | | | | | | | | | This is how things used to be. Installing for each test class brings 3-4x performance penalty compared to installing once for the entire test run. However, with a single installation for all tests an individual test can see different data when it is invoked by itself vs when it is executed as part of the entire test suite. PHPBB3-10491
| * [ticket/10491] Move board installation into setup before class.Oleg Pudeyev2012-12-041-16/+12
| | | | | | | | | | | | | | Functional posting test already assumed that board is installed once per test case and not once per test. PHPBB3-10491
| * [ticket/10491] Set up functional tests sensibly.Oleg Pudeyev2012-12-041-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB_FUNCTIONAL_URL goes into setup before class. Drop PHPBB_FUNCTIONAL_URL check in board installation and silent return if it is not set. Take board installation out of constructor. Install board in setup method. PHPBB3-10491
* | [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-15/+0
| | | | | | | | | | | | | | | | | | Users should not be deleted in tests that test user creation. Tests should use unique user names to avoid collisions. User deletion should use user_remove anyway. PHPBB3-10972
* | [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-25/+32
| | | | | | | | | | | | | | | | | | | | | | Always add users, do not keep track of which users have been added. The tests should know whether users they want exist or not. Use more unique user names in tests for robustness. Added some more assertions here and there. PHPBB3-10972
* | [ticket/10972] Backport get_db from develop.Oleg Pudeyev2012-12-061-0/+19
| | | | | | | | PHPBB3-10972
* | [ticket/10972] Added explicit checks for creating duplicate users.Fyorl2012-12-061-2/+17
| | | | | | | | PHPBB3-10972
* | [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-061-0/+4
| | | | | | | | PHPBB3-10972
* | [ticket/10972] Added methods for creating and deleting basic usersFyorl2012-12-061-2/+43
| | | | | | | | | | | | | | Modified the login method to allow logging in of an arbitrary user. Also added tests for the new functionality. PHPBB3-10972