aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-181-11/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12963] Always use core_path and core_directory() [ticket/12963] Remove old migration/ folder from tests [ticket/12963] Revert back to "migrations" folder name for extensions
| * | [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
* | | Merge branch 'develop-ascraeus' into developCesar G2014-09-171-2/+4
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12963] Fix the migration's finder for the tests (path, new instance)
| * | [ticket/12963] Fix the migration's finder for the tests (path, new instance)Tristan Darricau2014-09-181-2/+4
| | | | | | | | | | | | PHPBB3-12963
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-181-1/+8
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12963] Correctly load migration files from migration/ in tests as well
| * | [ticket/12963] Correctly load migration files from migration/ in tests as wellJoas Schilling2014-09-171-1/+8
| | | | | | | | | | | | PHPBB3-12963
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [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 Conflicts: phpBB/config/services.yml
| * | 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
* | | | Merge branch 'develop-ascraeus' into developNils Adermann2014-08-101-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/12950] Force the installer to use language=en
| * | | [ticket/12950] Force the installer to use language=enDhruv2014-08-101-1/+1
| |/ / | | | | | | | | | PHPBB3-12950
* | | [ticket/12958] Remove more references of subsilver2Joas Schilling2014-08-101-2/+2
|/ / | | | | | | PHPBB3-12958
* | [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
| * | [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-232-3/+2
| | | | | | | | | | | | PHPBB3-11528
| * | [ticket/11528] Instantiate $client, $driver from functional test caseDhruv2014-06-232-130/+49
| | | | | | | | | | | | | | | | | | | | | Make mink test case an abstract class, instantiate $driver, $client from its child class i.e. functional test case. PHPBB3-11528
| * | [ticket/11528] Refactor install_board() code into a new classDhruv2014-06-232-149/+255
| | | | | | | | | | | | PHPBB3-11528
* | | [ticket/12747] Remove some methods which are not used anymoreJoas Schilling2014-06-221-12/+0
| | | | | | | | | | | | PHPBB3-12747
* | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-203-54/+2
|/ / | | | | | | PHPBB3-12747
* | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-201-1/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11711] Inform user of unsupported characters while posting * marc1706/ticket/11711: [ticket/11711] Improve coding and comments of character check [ticket/11711] Reduce size of tests and also test topic titles [ticket/11711] Improve checks for unsupported characters and check subject [ticket/11711] Inform user of unsupported characters while posting
| * | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-7/+10
| | | | | | | | | | | | PHPBB3-11711
| * | [ticket/11711] Reduce size of tests and also test topic titlesMarc Alexander2014-06-091-1/+6
| | | | | | | | | | | | PHPBB3-11711
* | | [ticket/12697] Delete cached extension schema.json files after testingMatt Friedman2014-06-121-0/+1
| | | | | | | | | | | | PHPBB3-12697
* | | [ticket/12483] Fix selectors for installing extensions in functional testsJoas Schilling2014-06-101-2/+3
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Remove unused globalsJoas Schilling2014-06-101-2/+0
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Fix finder usage when generating the schema.json fileJoas Schilling2014-06-101-4/+3
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Use file_put_contents()Joas Schilling2014-06-101-3/+1
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Close database connection when tearDown() is calledJoas Schilling2014-06-101-0/+11
| | | | | | | | | | | | | | | | | | Similar to phpbb_database_test_case::tearDown() PHPBB3-12483
* | | [ticket/12483] Require the extension manager classJoas Schilling2014-06-101-0/+2
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Move schema files into tmp/ and only copy them when neededJoas Schilling2014-06-101-22/+30
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-102-0/+120
|/ / | | | | | | PHPBB3-12483