aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12950] Force the installer to use language=enDhruv2014-08-101-1/+1
* [ticket/11528] Revert Mink changesDhruv2014-08-092-207/+158
* [ticket/11480] Fix unit testsTristan Darricau2014-07-311-2/+0
* Merge branch 'ticket/11480' into ticket/11480-ascraeusTristan Darricau2014-07-301-21/+73
|\
| * [ticket/11480] Fix the double spaces in phpbb_functional_test_caseTristan Darricau2014-06-301-1/+1
| * [ticket/11480] Add functionnal testTristan Darricau2014-05-291-8/+59
* | [ticket/12844] Don't clear $dbpasswd early in connection managerTristan Darricau2014-07-131-1/+0
* | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-13/+7
|\ \
| * | [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-13/+7
* | | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+1
|\ \ \ | |/ / |/| |
| * | [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| * | [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
* | | [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-041-5/+22
|/ /
* | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-6/+9
* | Merge pull request #2587 from dhruvgoel92/ticket/11528Andreas Fischer2014-06-232-158/+207
|\ \
| * | [ticket/11528] Change click_submit() to accept id as paramDhruv2014-06-231-2/+2
| * | [ticket/11528] Handle case when config file cant be written by installerDhruv2014-06-231-1/+6
| * | [ticket/11528] Change NULL to nullDhruv2014-06-231-1/+1
| * | [ticket/11528] Fix spaces and slashes as per guidelinesDhruv2014-06-232-4/+4
| * | [ticket/11528] Add asserts in installation stepsDhruv2014-06-231-1/+19
| * | [ticket/11528] Use 'use' keyword to import classes to current scopeDhruv2014-06-231-2/+4
| * | [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-232-3/+2
| * | [ticket/11528] Instantiate $client, $driver from functional test caseDhruv2014-06-232-130/+49
| * | [ticket/11528] Refactor install_board() code into a new classDhruv2014-06-232-149/+255
* | | [ticket/12747] Remove some methods which are not used anymoreJoas Schilling2014-06-221-12/+0
* | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-203-54/+2
|/ /
* | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-201-1/+9
|\ \
| * | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-7/+10
| * | [ticket/11711] Reduce size of tests and also test topic titlesMarc Alexander2014-06-091-1/+6
* | | [ticket/12697] Delete cached extension schema.json files after testingMatt Friedman2014-06-121-0/+1
* | | [ticket/12483] Fix selectors for installing extensions in functional testsJoas Schilling2014-06-101-2/+3
* | | [ticket/12483] Remove unused globalsJoas Schilling2014-06-101-2/+0
* | | [ticket/12483] Fix finder usage when generating the schema.json fileJoas Schilling2014-06-101-4/+3
* | | [ticket/12483] Use file_put_contents()Joas Schilling2014-06-101-3/+1
* | | [ticket/12483] Close database connection when tearDown() is calledJoas Schilling2014-06-101-0/+11
* | | [ticket/12483] Require the extension manager classJoas Schilling2014-06-101-0/+2
* | | [ticket/12483] Move schema files into tmp/ and only copy them when neededJoas Schilling2014-06-101-22/+30
* | | [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-102-0/+120
|/ /
* | [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-0/+2
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-278-27/+59
* | [feature/sqlite3] Use SQLite3 by defaultJoas Schilling2014-05-021-7/+7
* | [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-022-0/+34
* | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-1/+16
|\ \
| * | [ticket/12012] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
| * | [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
* | | [ticket/12436] Data passed to sql_multi_insert is expected to be multi-dim.Andreas Fischer2014-04-241-2/+2
* | | [ticket/12405] Valid timezone and dateformat for create_user() in testsMatt Friedman2014-04-191-2/+2
|/ /
* | [ticket/12386] Add DEBUG_EXTRA again and use it for container creationMarc Alexander2014-04-111-1/+1
* | [ticket/12282] Update new referencesJoas Schilling2014-04-011-1/+1
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1