aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [feature/twig] Add test to make sure nested loops get the correct S_ROW_COUNTNathaniel Guse2013-07-042-0/+13
* [feature/twig] Call set_style in the foo/bar controller for functional testsNathaniel Guse2013-07-041-0/+2
* [feature/twig] Debugging test failuresNathaniel Guse2013-07-031-0/+6
* [feature/twig] Prevent errors from mkdir if the dir already existsNathaniel Guse2013-07-021-1/+4
* [feature/twig] template->cachepath is now private, missed checking testsNathaniel Guse2013-07-022-2/+6
* [feature/twig] Move test_php back to template_testNathaniel Guse2013-07-022-30/+16
* [feature/twig] Should compare to $this->test_path rather than hardcoded pathNathaniel Guse2013-07-021-6/+6
* [feature/twig] Fix includejs testNathaniel Guse2013-07-022-7/+7
* [feature/twig] Fix template test caseNathaniel Guse2013-07-021-1/+1
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-011-4/+34
|\
| * Merge branch 'develop-olympus' into developAndreas Fischer2013-07-011-4/+34
| |\
| | * Merge remote-tracking branch 'dhruvgoel92/ticket/10838' into develop-olympusAndreas Fischer2013-07-011-4/+34
| | |\
| | | * [ticket/10838] Fix URL for wiki and remove irrelevant lineDhruv2013-07-021-2/+2
| | | * [ticket/10838] Remove php 5.4 and builtin server referencesDhruv2013-07-021-7/+1
| | | * [ticket/10838] Fix missing dataDhruv2013-07-021-2/+2
| | | * [ticket/10838] separate database used mentioned in unit testsDhruv2013-07-021-8/+8
| | | * [ticket/10838] Updated RUNNING_TESTS.mdDhruv2013-06-271-0/+36
* | | | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-015-6/+4
* | | | [feature/twig] Fix template/template_php_test.phpNathaniel Guse2013-07-011-1/+10
* | | | [feature/twig] Fix includephp_from_subdir_test.phpNathaniel Guse2013-07-012-5/+7
* | | | [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-6/+6
* | | | [feature/twig] PHP test moved to a separate fileNathaniel Guse2013-07-011-0/+21
* | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-014-104/+144
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into developJoas Schilling2013-06-293-101/+140
| |\ \ \
| | * | | [ticket/9341] Assert that page doesnt contain next or prev page postsDhruv2013-06-281-1/+3
| | * | | [ticket/9341] Follow the Next/Prev link in testsDhruv2013-06-281-5/+9
| | * | | [ticket/9341] Add tests for checking Next and Previous template varsDhruv2013-06-271-0/+33
| | * | | [ticket/9341] Move create_topic and post into functional test caseDhruv2013-06-272-101/+101
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-271-4/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'Hardolaf/ticket/11618' into develop-olympusAndreas Fischer2013-06-271-4/+15
| | |\ \ \
| | | * | | [ticket/11618] Replace glob() with scandir() and string matchingJoseph Warner2013-06-261-4/+15
| | | | |/ | | | |/|
| | * | | Merge remote-tracking branch 'asperous/ticket/11615/creation_test' into devel...Andreas Fischer2013-06-271-3/+4
| | |\ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-271-3/+4
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'asperous/ticket/11615/creation_test' into devel...Andreas Fischer2013-06-271-3/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | [ticket/11615] Fix typo in creation_testAndy Chase2013-06-261-1/+1
| | | * | | [ticket/11615] Remove magic number in creation_testAndy Chase2013-06-261-1/+2
| | | * | | [ticket/11615] Rename class in file to matchAndy Chase2013-06-261-1/+1
| | | * | | [ticket/11615] Rename init_test to creation_test for clarityAndy Chase2013-06-261-0/+0
* | | | | | [feature/twig] Fix template_test.phpNathaniel Guse2013-07-017-88/+38
* | | | | | [feature/twig] Going back to Twig's handling of cache file names for nowNathaniel Guse2013-06-251-1/+1
* | | | | | [feature/twig] Fixing template events test (and behavior)Nathaniel Guse2013-06-251-11/+7
* | | | | | [feature/twig] INCLUDEPHP token abs paths & fix testNathaniel Guse2013-06-251-9/+4
* | | | | | [feature/twig] Remove duplicate test callsNathaniel Guse2013-06-241-15/+2
* | | | | | [feature/twig] Delete template_spacing_test.phpNathaniel Guse2013-06-241-87/+0
* | | | | | [feature/twig] Delete template_locate_test.phpNathaniel Guse2013-06-241-68/+0
* | | | | | [feature/twig] Correct template_inheritance_test.phpNathaniel Guse2013-06-241-10/+1
* | | | | | [feature/twig] Correct includejs testNathaniel Guse2013-06-242-14/+13
* | | | | | [feature/twig] Delete template_compile_test.phpNathaniel Guse2013-06-241-31/+0
* | | | | | [feature/twig] Delete renderer_eval_test.phpNathaniel Guse2013-06-241-31/+0
* | | | | | [feature/twig] Delete invalid constructs template testNathaniel Guse2013-06-243-89/+0