aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-10/+10
| | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952
* [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-8/+1
| | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
* [ticket/13612] Run meta refresh until extension is fully enabledMarc Alexander2015-02-141-1/+20
| | | | PHPBB3-13612
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-261-1/+1
|\ | | | | | | | | * develop-olympus: [ticket/12089] Add assert message on HTTP status code check
| * [ticket/12089] Add assert message on HTTP status code checkJoas Schilling2015-01-251-1/+1
| | | | | | | | PHPBB3-12089
* | [ticket/13489] Fix service configurationTristan Darricau2015-01-201-1/+3
| | | | | | | | PHPBB3-13489
* | [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | | | | | PHPBB3-13338
* | [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-1/+13
| | | | | | | | | | | | | | | | Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19 here. Remove __init__ include. Composer classmap autoloading ensures classes can be loaded. PHPBB3-13325
* | [ticket/13325] Remove whitespace at end of line.Andreas Fischer2014-11-121-1/+1
| | | | | | | | PHPBB3-13325
* | Merge pull request #3093 from nickvergessen/ticket/13241Andreas Fischer2014-10-292-1/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13241] Fix pagination of viewforum with global announcements * nickvergessen/ticket/13241: [ticket/13241] Remove sleep() and change flood interval instead [ticket/13241] Remove sleep() since the method takes care of this now [ticket/13241] Sleep for 1 second when posting twice in the same second [ticket/13241] Fix pagination with global announcements [ticket/13241] Correctly ignore announcements from topics list [ticket/13241] Add a functional test for viewforum with global announcement
| * | [ticket/13241] Sleep for 1 second when posting twice in the same secondJoas Schilling2014-10-292-1/+8
| | | | | | | | | | | | PHPBB3-13241
* | | Merge pull request #3065 from dhruvgoel92/feature/phantomAndreas Fischer2014-10-291-0/+192
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/phantom] * dhruvgoel92/feature/phantom: [ticket/12962] Rename setup-phpbb-test [ticket/12962] Use phpVersion in phpunit.xml [ticket/12962] Functional tests run for php <5.3.19 [ticket/12962] Clean up composer.json [ticket/12962] Fix Line Endings in bootstrap [ticket/12962] Load composer test dependencies for php >= 5.3.19 [ticket/12962] bootstrap functional and ui test when php >5.3.19 [ticket/12962] Install test dependencies on travis [ticket/12962] Add facebook/webdriver dependency [ticket/12962] Fix whitespace characters [ticket/12962] Run tests for all databases on Travis [ticket/12962] Force language=en for UI tests installation [ticket/12962] Dump server output to /dev/null [ticket/12962] Start phantomjs on travis in background [ticket/12962] Mark test skipped when phantom server not running [ticket/12962] Add setup-phantomjs-server.sh [ticket/12962] Run UI tests on Travis-mysql [ticket/12962] Add UI tests to phpunit.xml.dist [ticket/12962] Add quick-links JS test [ticket/12962] Add initial class for ui_testing
| * | [ticket/12962] Add facebook/webdriver dependencyDhruv2014-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
| * | [ticket/12962] Fix whitespace charactersDhruv2014-09-211-16/+16
| | | | | | | | | | | | PHPBB3-12962
| * | [ticket/12962] Force language=en for UI tests installationDhruv2014-09-211-1/+1
| | | | | | | | | | | | PHPBB3-12962
| * | [ticket/12962] Mark test skipped when phantom server not runningDhruv2014-09-211-2/+6
| | | | | | | | | | | | PHPBB3-12962
| * | [ticket/12962] Add quick-links JS testDhruv2014-09-211-3/+1
| | | | | | | | | | | | PHPBB3-12962
| * | [ticket/12962] Add initial class for ui_testingDhruv2014-09-211-0/+190
| | | | | | | | | | | | PHPBB3-12962
* | | [ticket/13207] Add notification manager mock to user_add method in testsMarc Alexander2014-10-251-6/+4
| | | | | | | | | | | | PHPBB3-13207
* | | [ticket/13138] Type hint the variables for IDE usageJoas Schilling2014-10-171-0/+5
| | | | | | | | | | | | PHPBB3-13138
* | | [ticket/13161] Check whether the schema exists, before deleting itJoas Schilling2014-10-101-1/+5
| | | | | | | | | | | | PHPBB3-13161
* | | [ticket/13161] Avoid problems when running tests with different migrationsJoas Schilling2014-10-101-21/+15
| | | | | | | | | | | | PHPBB3-13161
* | | [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-072-25/+39
|/ / | | | | | | PHPBB3-13137
* | [ticket/12963] Always use core_path and core_directory()Joas Schilling2014-09-181-2/+1
| | | | | | | | PHPBB3-12963
* | [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-9/+0
| | | | | | | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* | [ticket/12963] Fix the migration's finder for the tests (path, new instance)Tristan Darricau2014-09-181-2/+4
| | | | | | | | PHPBB3-12963
* | [ticket/12963] Correctly load migration files from migration/ in tests as wellJoas Schilling2014-09-171-1/+8
| | | | | | | | PHPBB3-12963
* | Merge pull request #2862 from marc1706/ticket/12932Joas Schilling2014-08-101-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12932] Add method for allowing override of \phpbb\datetime class * marc1706/ticket/12932: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding
| * | [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-3/+3
| | | | | | | | | | | | PHPBB3-12932
* | | [ticket/12950] Force the installer to use language=enDhruv2014-08-101-1/+1
|/ / | | | | | | PHPBB3-12950
* | [ticket/11528] Revert Mink changesDhruv2014-08-092-207/+158
| | | | | | | | PHPBB3-11528
* | [ticket/11480] Fix unit testsTristan Darricau2014-07-311-2/+0
| | | | | | | | PHPBB3-11480
* | Merge branch 'ticket/11480' into ticket/11480-ascraeusTristan Darricau2014-07-301-21/+73
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * ticket/11480: [ticket/11480] Move the test into get_folder() [ticket/11480] Fix the double spaces in phpbb_functional_test_case [ticket/11480] Fix typos [ticket/11480] Add functionnal test [ticket/11480] PM : "Unknown folder" returned when inbox folder is full Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11480] Fix the double spaces in phpbb_functional_test_caseTristan Darricau2014-06-301-1/+1
| | | | | | | | PHPBB3-11480
| * [ticket/11480] Add functionnal testTristan Darricau2014-05-291-8/+59
| | | | | | | | PHPBB3-11480
* | [ticket/12844] Don't clear $dbpasswd early in connection managerTristan Darricau2014-07-131-1/+0
| | | | | | | | PHPBB3-12844
* | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-13/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12775] Replace functions_container with a container_builder class. * Nicofuma/ticket/12775: (34 commits) [ticket/12775] Set dbal.conn.driver as synthetic during installation [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml [ticket/12775] Inject the connection when created in the container [ticket/12775] Extract the vars later in install/install_update.php [ticket/12775] Rename config_php_handler to config_php_file container_builder [ticket/12775] Set defined_vars as a property of config_php_file [ticket/12775] Fix doc blocks in the container builder [ticket/12775] Remove useless includes of config.php [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class [ticket/12775] Fix comments [ticket/12775] Update doc blocks [ticket/12775] Fix container_builder [ticket/12775] Rename config_php to config_php_file [ticket/12775] Renamed to \phpbb\di\container_builder [ticket/12775] Remove the last include of functions_container [ticket/12775] Fix unit tests [ticket/12775] Add tests for \phpbb\config_php [ticket/12775] Add tests for the container factory [ticket/12775] Use a field instead of a local var in load_config_var() [ticket/12775] Update container and config in install/ ...
| * | [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-13/+7
| | | | | | | | | | | | PHPBB3-12775
* | | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * | [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | | | | | | | | | PHPBB3-12099
| * | [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | | | | | | | | | PHPBB3-12099
* | | [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-041-5/+22
|/ / | | | | | | PHPBB3-12013
* | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-6/+9
| | | | | | | | PHPBB3-12763
* | Merge pull request #2587 from dhruvgoel92/ticket/11528Andreas Fischer2014-06-232-158/+207
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11528] Refactor install_board( ) into a new mink class * dhruvgoel92/ticket/11528: [ticket/11528] Change click_submit() to accept id as param [ticket/11528] Handle case when config file cant be written by installer [ticket/11528] Change NULL to null [ticket/11528] Fix spaces and slashes as per guidelines [ticket/11528] Add asserts in installation steps [ticket/11528] Use 'use' keyword to import classes to current scope [ticket/11528] Move parent::tearDown() to end of tearDown() [ticket/11528] Call parent::tearDown in overrided tearDown method [ticket/11528] Instantiate $client, $driver from functional test case [ticket/11528] Refactor install_board() code into a new class [ticket/11528] Add behat/mink and mink-goutte-driver as dependency
| * | [ticket/11528] Change click_submit() to accept id as paramDhruv2014-06-231-2/+2
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Handle case when config file cant be written by installerDhruv2014-06-231-1/+6
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Change NULL to nullDhruv2014-06-231-1/+1
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Fix spaces and slashes as per guidelinesDhruv2014-06-232-4/+4
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Add asserts in installation stepsDhruv2014-06-231-1/+19
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Use 'use' keyword to import classes to current scopeDhruv2014-06-231-2/+4
| | | | | | | | | | | | PHPBB3-11528