diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-10-08 18:05:31 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-10-09 19:54:56 +0200 |
commit | d28536370042fb3a967857e5c76bd754f85dab44 (patch) | |
tree | 2d87b07296e70798edb9c74b816cc7fd4070d406 /tests/template/templates | |
parent | 911831a9c5d7971ec8c6155360115246c9a871e0 (diff) | |
download | forums-d28536370042fb3a967857e5c76bd754f85dab44.tar forums-d28536370042fb3a967857e5c76bd754f85dab44.tar.gz forums-d28536370042fb3a967857e5c76bd754f85dab44.tar.bz2 forums-d28536370042fb3a967857e5c76bd754f85dab44.tar.xz forums-d28536370042fb3a967857e5c76bd754f85dab44.zip |
[ticket/13133] Add unit tests
PHPBB3-13133
Diffstat (limited to 'tests/template/templates')
-rw-r--r-- | tests/template/templates/includecss.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/template/templates/includecss.html b/tests/template/templates/includecss.html index a09e44f240..23e3c426d7 100644 --- a/tests/template/templates/includecss.html +++ b/tests/template/templates/includecss.html @@ -1,3 +1,10 @@ -<!-- INCLUDECSS child_only.css --> -<!-- INCLUDECSS parent_only.css --> +<!-- IF TEST === 1 --> + <!-- INCLUDECSS child_only.css --> +<!-- ELSEIF TEST === 2 --> + <!-- INCLUDECSS parent_only.css --> +<!-- ELSEIF TEST === 3 --> + <!-- INCLUDECSS @include_css/test.css --> +<!-- ELSEIF TEST === 4 --> + <!-- INCLUDECSS @include_css/child_only.css --> +<!-- ENDIF --> {$STYLESHEETS} |