aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | [ticket/11832] Use dirname(__FILE__)Nathan Guse2013-09-101-1/+1
| | | * | | | | | [ticket/11832] Use $phpbb_filesystem instead of the container in append_sidNathan Guse2013-09-101-1/+3
| | | * | | | | | Revert "[ticket/11832] Make $phpbb_container a global initiated by the framew...Nathan Guse2013-09-105-27/+11
| | | * | | | | | [ticket/11832] Make $phpbb_container a global initiated by the frameworkNathan Guse2013-09-095-11/+27
| | | * | | | | | [ticket/11832] Fix log testsNathan Guse2013-09-091-1/+3
| | | * | | | | | [ticket/11832] update_web_root_path helper and testsNathan Guse2013-09-091-0/+70
| | | * | | | | | [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-096-6/+6
| * | | | | | | | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-1722-59/+97
| * | | | | | | | [ticket/11700] Check for ALLOW_REMOTE_UPLOAD in acp output as expectedNils Adermann2013-09-162-2/+2
| * | | | | | | | [ticket/11700] Fix another case of non-namespaced classnamesNils Adermann2013-09-161-1/+1
| * | | | | | | | [ticket/11700] The driver is namespaced now, so properly replace itNils Adermann2013-09-161-1/+1
| * | | | | | | | [ticket/11700] Default db driver for tests must not lead with \Nils Adermann2013-09-161-1/+1
| * | | | | | | | [ticket/11700] travis has hardcoded driver class names without namespacesNils Adermann2013-09-161-1/+1
| * | | | | | | | [ticket/11700] Oh dear modules. Abort! Retreat!Nils Adermann2013-09-161-0/+2
| * | | | | | | | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-167-30/+30
| * | | | | | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1676-646/+2440
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-09-131-1/+1
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | [ticket/11831] getAttribute was replaced with attrNathan2013-09-061-1/+1
| | * | | | | | | Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-6/+50
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | / / | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | [ticket/11824] Reorganize test fileDavid King2013-09-121-18/+17
| | | * | | | | [ticket/11824] Add tests for urls with mod_rewrite enabledDavid King2013-09-061-3/+48
| | | * | | | | [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-17/+17
| | | | |/ / / | | | |/| | |
| | * | | | | [ticket/11843] Added newlines and included numbers in the DEFINE vars testrechosen2013-09-132-1/+5
| | * | | | | [ticket/11843] Add checking DEFINE variables with underscores to template_testrechosen2013-09-132-1/+3
| | * | | | | Merge pull request #1620 from EXreaction/ticket/11745David King2013-09-121-0/+29
| | |\ \ \ \ \
| | | * | | | | [ticket/11745] Add test for group request approvedNathan Guse2013-07-271-0/+29
| | * | | | | | Merge pull request #1617 from EXreaction/ticket/11744David King2013-09-126-254/+365
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | [ticket/11744] Helper function to assert notifications in base testNathan Guse2013-07-273-168/+145
| | | * | | | | [ticket/11744] Copyright yearNathan Guse2013-07-271-1/+1
| | | * | | | | [ticket/11744] Fix tests for postgresqlNathaniel Guse2013-07-263-50/+31
| | | * | | | | [ticket/11744] spellingNathaniel Guse2013-07-261-1/+1
| | | * | | | | [ticket/11744] Empty notifications tables after testing themNathaniel Guse2013-07-261-0/+9
| | | * | | | | [ticket/11744] Tables are not truncated in some dbms during testsNathaniel Guse2013-07-262-11/+8
| | | * | | | | [ticket/11744] Fix functional test case that's failingNathaniel Guse2013-07-261-6/+3
| | | * | | | | [ticket/11744] Include onceNathaniel Guse2013-07-261-3/+3
| | | * | | | | [ticket/11744] CleanupNathaniel Guse2013-07-261-3/+2
| | | * | | | | [ticket/11744] Group request testNathaniel Guse2013-07-262-0/+127
| | | * | | | | [ticket/11744] Create base notification test class for setupNathaniel Guse2013-07-262-83/+107
| | * | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11816Nathan Guse2013-09-125-1/+224
| | |\ \ \ \ \ \
| | | * | | | | | [ticket/11828] Fix greedy operators in lexerNathan Guse2013-09-122-1/+2
| | | | |_|_|/ / | | | |/| | | |
| | | * | | | | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-0667-385/+1757
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
| | | * | | | | [feature/oauth] Make token storage service ignorantJoseph Warner2013-09-021-22/+22
| | | * | | | | [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-151-10/+15
| | | * | | | | [feature/oauth] Refactor test to provide for easier to read testsJoseph Warner2013-08-141-12/+17
| | | * | | | | [feature/oauth] Forgot new line characterJoseph Warner2013-08-011-1/+2
| | | * | | | | [feature/oauth] Add tests for the new token methodsJoseph Warner2013-07-291-0/+40
| | | * | | | | [feature/oauth] Refactor clear token test to get more useful output firstJoseph Warner2013-07-241-3/+6
| | | * | | | | [feature/oauth] Fixes for problems found by testsJoseph Warner2013-07-241-1/+1
| | | * | | | | [feature/oauth] Clear token storage testJoseph Warner2013-07-241-0/+7