aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [feature/controller] Fix misnamed route for functional testDavid King2012-11-191-1/+1
| | * | | | [feature/controller] Fix comments, check against more general HttpExceptionDavid King2012-11-191-3/+4
| | * | | | [feature/controller] Check for proper status codes from controllersDavid King2012-11-193-1/+21
| | * | | | [feature/controller] Fix functional tests to use query string for controllersDavid King2012-11-181-4/+4
| | * | | | [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-165-6/+10
| | * | | | [feature/controller] Add controller functional test with templateDavid King2012-11-165-5/+52
| | * | | | [feature/controller] Use warning instead of echo for copy() and unlink()David King2012-11-161-8/+2
| | * | | | [feature/controller] Add test for missing argument in controller classDavid King2012-11-164-2/+19
| | * | | | [feature/controller] Reword comment for clarificationDavid King2012-11-161-4/+3
| | * | | | [feature/controller] Use sizeof() instead of count() as per guidelinesDavid King2012-11-161-1/+1
| | * | | | [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-1616-193/+69
| | * | | | [feature/controller] Fix testsDavid King2012-11-161-1/+1
| | * | | | [feature/controller] Removed another empty construct methodDavid King2012-11-161-7/+0
| | * | | | [feature/controller] Remove empty __construct() methodDavid King2012-11-161-7/+0
| | * | | | [feature/controller] Add _controller attribute to Request after instantiationDavid King2012-11-161-2/+4
| | * | | | [feature/controller] Implement a front controllerDavid King2012-11-167-0/+133
| * | | | | Merge remote-tracking branch 'p/ticket/10933' into developIgor Wiedler2012-11-171-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/10933] Update template locator test to use style resource locator.Oleg Pudeyev2012-11-021-1/+1
| * | | | | Merge PR #1074 branch 'develop-olympus' into developOleg Pudeyev2012-11-161-0/+71
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge PR #1074 branch 'bantu/ticket/11192' into develop-olympusOleg Pudeyev2012-11-161-0/+71
| | |\ \ \ \
| | | * | | | [ticket/11192] Merge dataProvider arrays because the test is the same now.Andreas Fischer2012-11-161-15/+1
| | | * | | | [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-161-16/+0
| | | * | | | [ticket/11192] Test strings not converted to int/float before.Andreas Fischer2012-11-161-2/+36
| | | * | | | [ticket/11192] Also test strings, e.g. sums returned by the database.Andreas Fischer2012-11-161-0/+10
| | | * | | | [ticket/11192] Also test powers of 10 / 1000.Andreas Fischer2012-11-161-0/+7
| | | * | | | [ticket/11192] Add tests.Oleg Pudeyev2012-11-151-0/+50
* | | | | | | [ticket/11015] Fix functional test case.Oleg Pudeyev2012-12-041-1/+1
* | | | | | | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-1/+1
* | | | | | | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-171-18/+2
* | | | | | | [ticket/11015] Allow full dbms class name in tests/test_config.phpIgor Wiedler2012-11-161-2/+18
* | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-164-17/+32
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge PR #1060 branch 'develop-olympus' into developOleg Pudeyev2012-11-151-6/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge PR #1060 branch 'nickvergessen/ticket/11186' into develop-olympusOleg Pudeyev2012-11-151-6/+0
| | |\ \ \ \ \
| | | * | | | | [ticket/11186] Database unit tests fail on windows using sqlite2Joas Schilling2012-11-101-6/+0
| | | |/ / / /
| * | | | | | Merge remote-tracking branch 'p/ticket/11202' into developAndreas Fischer2012-11-151-0/+2
| |\ \ \ \ \ \
| | * | | | | | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+2
| * | | | | | | [ticket/11204] Reindent.Oleg Pudeyev2012-11-151-11/+11
| |/ / / / / /
| * | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-152-0/+18
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'p/ticket/11202-olympus' into develop-olympusAndreas Fischer2012-11-152-1/+19
| | |\ \ \ \ \
| | | * | | | | [ticket/11202] Custom message does not make sense here, delete it.Oleg Pudeyev2012-11-151-2/+2
| | | * | | | | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
| | | * | | | | [ticket/11202] Add a heuristic function to check for response success.Oleg Pudeyev2012-11-151-1/+16
| | | |/ / / /
| | * | | | | [ticket/11190] Functional tests purge cache before running.Fyorl2012-11-111-0/+23
| | |/ / / /
| * | | | | Merge PR #1070 branch 'Fyorl/ticket/11190-develop' into developOleg Pudeyev2012-11-151-0/+1
| |\ \ \ \ \
| | * | | | | [ticket/11190-develop] Functional tests purge cache before running.Fyorl2012-11-111-0/+1
* | | | | | | [tracker/11015] Prepend phpbb_db_driver_ for PHPBB_TEST_DBMSIgor Wiedler2012-11-161-1/+1
* | | | | | | [ticket/11015] Fixup some things from the big mergeIgor Wiedler2012-11-122-3/+2
* | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-125-51/+244
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-115-51/+244
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | [ticket/11152] Basic tests for the container functionsIgor Wiedler2012-11-112-0/+83