aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_includejs_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15099] Fix testsJakub Senko2018-01-171-16/+16
| | | | PHPBB3-15099
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11874] Fix testsNathan Guse2013-10-101-13/+13
| | | | PHPBB3-11874
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-13/+13
| | | | PHPBB3-11852
* [ticket/11832] Correct paths in testsNathan Guse2013-09-151-13/+15
| | | | PHPBB3-11832
* [ticket/11647] Always use & for URLsVjacheslav Trushkin2013-07-111-9/+5
| | | | | | | Remove code for URLs separated with ; Add test case for mix of & and & in URLs PHPBB3-11647
* [ticket/11647] Fix tests for INCLUDEJSVjacheslav Trushkin2013-07-111-9/+9
| | | | PHPBB-11647
* [ticket/11388] Do not append assets_version if using remote path (e.g. http)Nathaniel Guse2013-07-111-3/+3
| | | | PHPBB3-11388
* [ticket/11388] INCLUDEJS test for //(url)Nathaniel Guse2013-07-111-0/+4
| | | | PHPBB3-11388
* [ticket/11388] Fixing includejs testNathaniel Guse2013-07-101-23/+82
| | | | | | | | | Changed expected output to file?(any supplied argument string)&asset_version =($config['asset_version'])#(any supplied anchor string) Testing lines one at a time to make checking them easier. PHPBB3-11388
* [feature/twig] Unit tests for includejsVjacheslav Trushkin2013-07-101-6/+18
| | | | PHPBB3-11598
* [feature/twig] Should compare to $this->test_path rather than hardcoded pathNathaniel Guse2013-07-021-6/+6
| | | | PHPBB3-11598
* [feature/twig] Fix includejs testNathaniel Guse2013-07-021-6/+6
| | | | PHPBB3-11598
* [feature/twig] Correct includejs testNathaniel Guse2013-06-241-8/+7
| | | | PHPBB3-11598
* [ticket/10970] Added support for forms such as {FOO}bar.{EXT}Fyorl2012-07-081-1/+2
| | | | PHPBB3-10970
* [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-081-2/+4
| | | | | | | | | | A new method to handle this type of path was added and compile_tag_include, compile_tag_include_php and compile_tag_include_js were modified to use it appropriately. Tests were added for these three macros also. PHPBB3-10970
* [ticket/10800] Changing html to js for includejs testsVjacheslav Trushkin2012-05-011-4/+4
| | | | | | Changing .html to .js files for includejs tests PHPBB3-10800
* [ticket/10800] Changing template paths in testsVjacheslav Trushkin2012-04-291-4/+3
| | | | | | Changing template paths in tests from absolute to relative PHPBB3-10800
* [ticket/10783] Correctly add assets_version config var to includejs urlsNils Adermann2012-04-131-4/+4
| | | | PHPBB3-10783
* [ticket/10665] New test class for templates with treeVjacheslav Trushkin2012-04-011-19/+2
| | | | | | New parent template test class for tests that use styles tree PHPBB3-10665
* [ticket/10665] INCLUDEJS unit testVjacheslav Trushkin2012-04-011-0/+48
Adding INLCUDEJS test PHPBB3-10665