aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/includecss.html
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-08 18:05:31 +0200
committerTristan Darricau <github@nicofuma.fr>2014-10-09 19:54:56 +0200
commitd28536370042fb3a967857e5c76bd754f85dab44 (patch)
tree2d87b07296e70798edb9c74b816cc7fd4070d406 /tests/template/templates/includecss.html
parent911831a9c5d7971ec8c6155360115246c9a871e0 (diff)
downloadforums-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/includecss.html')
-rw-r--r--tests/template/templates/includecss.html11
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}