From 9fbeae3e0ca373f98a6102266f2bb75653e5211a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 3 Dec 2013 17:57:34 +0100 Subject: [ticket/12026] Add functional test for ucp extension module PHPBB3-12026 --- .../fixtures/ext/foo/bar/styles/prosilver/template/foobar.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar.html (limited to 'tests/functional/fixtures/ext/foo/bar/styles') diff --git a/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar.html b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar.html new file mode 100644 index 0000000000..cbded623f4 --- /dev/null +++ b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar.html @@ -0,0 +1,3 @@ + +
UCP Extension Template Test Passed!
+ -- cgit v1.2.1