aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11700] Don't prefix dbms classnames with \Nils Adermann2013-09-162-38/+38
* [ticket/11700] DI container test needs namespaces to work properlyNils Adermann2013-09-161-50/+56
* [ticket/11700] Use underscores for generated search test wrappersNils Adermann2013-09-161-1/+1
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-165-6/+8
* [ticket/11700] Fix expected class name output from dbms convertNils Adermann2013-09-161-1/+1
* [ticket/11700] Fix config namespace mishap in cache testsNils Adermann2013-09-162-9/+9
* [ticket/11700] Fix class loader tests for namespacesNils Adermann2013-09-166-32/+28
* [ticket/11700] Fix dbal tests after config namespace mishapNils Adermann2013-09-168-33/+33
* [ticket/11700] Fix config db tests after namespace mishapNils Adermann2013-09-161-10/+10
* [ticket/11700] Fix avatar testsNils Adermann2013-09-163-5/+9
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-16110-430/+430
* [ticket/11700] Load namespaced classes in testsNils Adermann2013-07-141-3/+3
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-146-25/+25
* [ticket/11696] Remove manual loading of db_tools in extension controller testJoas Schilling2013-07-141-2/+0
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-147-11/+0
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1419-26/+13
* Merge branch 'develop-olympus' into developNils Adermann2013-07-131-0/+1
|\
| * [ticket/11686] Not checking for phpBB Debug errors on functional testsNathaniel Guse2013-07-131-0/+1
* | Merge pull request #1473 from marc1706/ticket/11600Nathan Guse2013-07-131-22/+108
|\ \
| * | [ticket/11600] Remove duplicate test caseMarc Alexander2013-07-041-2/+0
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11600Marc Alexander2013-07-0436-357/+1835
| |\ \
| * | | [ticket/11600] Use lowercase null and remove duplicate test casesMarc Alexander2013-06-251-11/+7
| * | | [ticket/11600] Use local variable for $user in test_localize_errorsMarc Alexander2013-06-251-7/+5
| * | | [ŧicket/11600] Split get driver tests into tests for all and only enabled onesMarc Alexander2013-06-251-10/+34
| * | | [ticket/11600] Increase code test coverage of avatar managerMarc Alexander2013-06-101-22/+92
* | | | Merge pull request #1541 from nickvergessen/ticket/11684Nathan Guse2013-07-131-2/+2
|\ \ \ \
| * | | | [ticket/11684] Remove useless confirmation page after login and admin loginJoas Schilling2013-07-131-2/+2
* | | | | Merge pull request #1543 from nickvergessen/ticket/11685Nathan Guse2013-07-132-2/+1
|\ \ \ \ \
| * | | | | [ticket/11685] Remove logout confirmation pageJoas Schilling2013-07-132-2/+1
| |/ / / /
* | | | | Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-1315-9/+2413
|\ \ \ \ \
| * | | | | [ticket/9657] Define user before injectingJoas Schilling2013-07-135-1/+5
| * | | | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-1341-503/+636
| |\ \ \ \ \
| * | | | | | [ticket/9657] Add functional tests for forking a copyJoas Schilling2013-07-131-0/+168
| * | | | | | [ticket/9657] Add functional test for splitting topicJoas Schilling2013-07-121-0/+81
| * | | | | | [ticket/9657] Add functional test for restoring a post/topicJoas Schilling2013-07-121-0/+73
| * | | | | | [ticket/9657] Add unit tests for softdeleting and moving posts/topicsJoas Schilling2013-07-122-9/+478
| * | | | | | [ticket/9657] Fix notification testsJoas Schilling2013-07-111-0/+1
| * | | | | | [ticket/9657] Fix unit testsJoas Schilling2013-07-116-14/+24
| * | | | | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-11129-614/+7413
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-072-0/+134
| |\ \ \ \ \ \ \
| * | | | | | | | [ticket/9657] Fix unit tests missing global container.Joas Schilling2013-03-061-1/+4
| * | | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0518-326/+2123
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-0344-98/+2512
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-20102-585/+2944
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [feature/soft-delete]Fix the rest of unit tests failuresJoas Schilling2012-11-107-6/+24
| * | | | | | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-1038-41/+1500
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-103-25/+25
| * | | | | | | | | | | | [feature/soft-delete] Incorrect integer value: '' for column 'post_delete_time'Joas Schilling2012-10-242-7/+7
| * | | | | | | | | | | | [feature/soft-delete] Field 'forum_parents' doesn't have a default valueJoas Schilling2012-10-241-0/+3
| * | | | | | | | | | | | [feature/soft-delete] Fix unit tests for delete_posts()Joas Schilling2012-10-231-0/+23