aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into developJoas Schilling2013-06-291-0/+101
|\ | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/9341: [ticket/9341] Assert that page doesnt contain next or prev page posts [ticket/9341] Follow the Next/Prev link in tests follow the next/prev link and then assert if the page contains its last post or not [ticket/9341] remove PREV_PAGE tpl var used for backward compatability [ticket/9341] Add tests for checking Next and Previous template vars [ticket/9341] Move create_topic and post into functional test case [ticket/9341] Use U_PREVIOUS and U_NEXT in template files [ticket/9341] Correctly named template vars
| * [ticket/9341] Move create_topic and post into functional test caseDhruv2013-06-271-0/+101
| | | | | | | | | | | | | | create_topic and create_post are moved into functional test case so that they can be used by other tests as well PHPBB3-9341
* | Merge branch 'develop-olympus' into developJoas Schilling2013-06-201-10/+43
|\ \ | |/ |/| | | | | Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * [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/11605] Remove unused copied_files propertyJoas Schilling2013-06-111-8/+2
| | | | | | | | PHPBB3-11605
* | [ticket/11605] Use empty_dir to better delete files and dirs of extensionsJoas Schilling2013-06-111-23/+6
| | | | | | | | PHPBB3-11605
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-112-3/+39
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/11601] Add protected method for database sync and call it [ticket/11601] Split post_setup_synchronisation logic from xml parsing
| * [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/11550] Move comments to correct functionJoas Schilling2013-06-111-0/+8
| | | | | | | | PHPBB3-11550
* | [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-1/+1
| | | | | | | | | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550
* | [ticket/11550] Move functionality for copying/restoring to test case helpersJoas Schilling2013-06-081-0/+44
| | | | | | | | PHPBB3-11550
* | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathaniel Guse2013-06-061-0/+20
|\ \ | |/ | | | | | | | | | | # By Joas Schilling # Via Joas Schilling (1) and Nils Adermann (1) * remotes/upstream/develop-olympus: [ticket/11590] Close database connections when tearDown() is called
| * [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
| | | | | | | | PHPBB3-11590
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-06-071-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11568-develop * 'develop' of https://github.com/phpbb/phpbb3: (29 commits) [ticket/11588] Also use version.phpbb.com in install_update.php. [ticket/11587] Add functional tests for group teampage settings [ticket/11538] Add admin as admins leader and moderator in memberlist_test [ticket/11587] Pass legend and teampage settings to group_create() [ticket/11586] Move $filedata['thumbnail'] to where it might be returned. [ticket/11586] Combine $filedata['post_attach'] assign into a single statement. [ticket/11586] Use a variable for $cat_id == ATTACHMENT_CATEGORY_IMAGE. [ticket/11586] Combine administrator/moderator checks together. [ticket/11583] Use a new lang key instead of giving the old one a new meaning. [ticket/11122] Add dhruv to active authors [ticket/11122] Remove Oleg and igorw from active authors [ticket/10840] Add check_form_key to acp_groups.php [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher. [ticket/11409] Add success message after updating group position settings [ticket/11549] Add functional test for ACP Extension Module with Template [ticket/11570] Fix link and make the notice more conspiciuous [ticket/11549] Do not set extension dir path for style in adm/index.php [ticket/11570] Add link back to update process [ticket/11569] Add type parameter and fix language variable [ticket/11569] Add parameter to URL and remove comment ... Conflicts: tests/functional/common_groups_test.php
| * | [ticket/11538] Add admin as admins leader and moderator in memberlist_testMarc Alexander2013-06-041-2/+2
| | | | | | | | | | | | | | | | | | | | | Removing the admin user from the admin and moderator group in memberlist_test potentially breaks other tests, i.e. the ucp groups test. PHPBB3-11538
* | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-25/+36
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * | [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
* | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-301-20/+4
|\ \ \ | |/ / | | | | | | | | | | | | * ticket/11568: [ticket/11568] Remove unused method [ticket/11568] Only assert string when doctype is there at all
| * | [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/develop/11568] Remove php extension parameterJoas Schilling2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | We don't support that in 3.1 anymore PHPBB3-11568
* | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-281-51/+131
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | * ticket/11568: [ticket/11568] Add method to get page content [ticket/11568] Allow different status codes [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_header [ticket/11568] Fix common_groups_test.php form handling [ticket/11568] Make CookieJar static aswell [ticket/11568] Remove manual calls to assert_response_success() [ticket/11568] Only use a static version of the client [ticket/11568] Any output before the doc type means there was an error [ticket/11568] Set client manually so we can increase the cURL timeout [ticket/11568] Use Goutte Client to install the board for functional tests Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * [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
* | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-0/+14
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.
| * [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
| | | | | | | | PHPBB3-11576
* | Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-2/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11415: [ticket/11415] Add test for find_from_extension() [ticket/11415] Send the extension base the finder rather than the manager [ticket/11415] Create function in finder find_from_extension [ticket/11415] Fix ext.manager constructor in tests [ticket/11415] Make migrator/ext.manager dependencies of the base ext class [ticket/11415] Remove migrator dependency from extension manager [ticket/11415] Move migrator to base extension class from ext.manager [ticket/11415] Move while loop from ext manager to acp_extensions.php
| * | [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| | | | | | | | | | | | PHPBB3-11415
| * | [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+4
| | | | | | | | | | | | PHPBB3-11415
* | | [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.Andreas Fischer2013-05-171-2/+2
| | | | | | | | | | | | PHPBB3-11547
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-171-0/+8
|\ \ \ | | |/ | |/| | | | | | | | | | * develop-olympus: [ticket/11542] Use Czech as example as it contains non-latin characters [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| * | 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/10325] add logout function in functional_test_caseDhruv2013-04-251-0/+11
| |/ |/| | | | | PHPBB3-10325
* | [ticket/11335] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | | | | | PHPBB3-11335
* | Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-241-0/+1
|\ \ | | | | | | Correctly sanitise the directory path in finder
| * | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
| | | | | | | | | | | | PHPBB3-11362