From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- tests/phpunit/includes/resourceloader/templates/template.html | 1 + tests/phpunit/includes/resourceloader/templates/template2.html | 1 + .../includes/resourceloader/templates/template_awesome.handlebars | 1 + 3 files changed, 3 insertions(+) create mode 100644 tests/phpunit/includes/resourceloader/templates/template.html create mode 100644 tests/phpunit/includes/resourceloader/templates/template2.html create mode 100644 tests/phpunit/includes/resourceloader/templates/template_awesome.handlebars (limited to 'tests/phpunit/includes/resourceloader/templates') diff --git a/tests/phpunit/includes/resourceloader/templates/template.html b/tests/phpunit/includes/resourceloader/templates/template.html new file mode 100644 index 00000000..1f6a7d22 --- /dev/null +++ b/tests/phpunit/includes/resourceloader/templates/template.html @@ -0,0 +1 @@ +hello diff --git a/tests/phpunit/includes/resourceloader/templates/template2.html b/tests/phpunit/includes/resourceloader/templates/template2.html new file mode 100644 index 00000000..a322f67d --- /dev/null +++ b/tests/phpunit/includes/resourceloader/templates/template2.html @@ -0,0 +1 @@ +
goodbye
diff --git a/tests/phpunit/includes/resourceloader/templates/template_awesome.handlebars b/tests/phpunit/includes/resourceloader/templates/template_awesome.handlebars new file mode 100644 index 00000000..5f5c07d5 --- /dev/null +++ b/tests/phpunit/includes/resourceloader/templates/template_awesome.handlebars @@ -0,0 +1 @@ +wow -- cgit v1.2.3-54-g00ecf