diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-01 14:27:21 +0300 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-17 16:39:58 -0500 |
| commit | db688c2574fd536e1c5f19ed8797d762713c7b6b (patch) | |
| tree | ae2d0b825a09210000f8abd1d9a6736c3870a9e9 /tests/template/templates/events.html | |
| parent | f83627763839e601db6b077e4f2f76436c263cd7 (diff) | |
| download | forums-db688c2574fd536e1c5f19ed8797d762713c7b6b.tar forums-db688c2574fd536e1c5f19ed8797d762713c7b6b.tar.gz forums-db688c2574fd536e1c5f19ed8797d762713c7b6b.tar.bz2 forums-db688c2574fd536e1c5f19ed8797d762713c7b6b.tar.xz forums-db688c2574fd536e1c5f19ed8797d762713c7b6b.zip | |
[feature/template-events] Template events unit test
Adding template events test
PHPBB3-9550
Diffstat (limited to 'tests/template/templates/events.html')
| -rw-r--r-- | tests/template/templates/events.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/templates/events.html b/tests/template/templates/events.html new file mode 100644 index 0000000000..c44a7469e7 --- /dev/null +++ b/tests/template/templates/events.html @@ -0,0 +1,4 @@ +<!-- EVENT child_only --> +<!-- EVENT parent_only --> +<!-- EVENT parent_and_child --> +<!-- EVENT random_event --> |
