diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-11 13:39:38 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-17 16:39:59 -0500 |
| commit | 667f8d581f8534a386e8293caafb4b7b5f063dde (patch) | |
| tree | 077b09ba93c7d61a02825232f526bda3d2737ab4 /tests/template/templates | |
| parent | 09b4cf2f4c6df4d967f4df66f2bb29e38ee10a1d (diff) | |
| download | forums-667f8d581f8534a386e8293caafb4b7b5f063dde.tar forums-667f8d581f8534a386e8293caafb4b7b5f063dde.tar.gz forums-667f8d581f8534a386e8293caafb4b7b5f063dde.tar.bz2 forums-667f8d581f8534a386e8293caafb4b7b5f063dde.tar.xz forums-667f8d581f8534a386e8293caafb4b7b5f063dde.zip | |
[feature/template-events] Add a universal template event test.
Also drop the irrelevant includejs code and add a simple
template event test. The simple test is not working yet however
due to the template engine not correctly tracking which template
it is rendering.
PHPBB3-9550
Diffstat (limited to 'tests/template/templates')
| -rw-r--r-- | tests/template/templates/event_simple.html | 1 | ||||
| -rw-r--r-- | tests/template/templates/event_universal.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/template/templates/event_simple.html b/tests/template/templates/event_simple.html new file mode 100644 index 0000000000..604c1acdce --- /dev/null +++ b/tests/template/templates/event_simple.html @@ -0,0 +1 @@ +<!-- EVENT simple --> diff --git a/tests/template/templates/event_universal.html b/tests/template/templates/event_universal.html new file mode 100644 index 0000000000..15425cacc3 --- /dev/null +++ b/tests/template/templates/event_universal.html @@ -0,0 +1 @@ +<!-- EVENT universal --> |
