aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-27 23:27:30 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-27 23:27:30 -0700
commitba9bc9c7dc24e8c21f0c22c9e872214094d94425 (patch)
tree9b950c2094dce5692602b1c138d0d15d9ae579cd /tests/functional
parentc256d7a88d617116e540fb4881605375f4f3e307 (diff)
downloadforums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.gz
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.bz2
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.tar.xz
forums-ba9bc9c7dc24e8c21f0c22c9e872214094d94425.zip
[ticket/12311] Use valid composer schema - license - for extensions
http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/extension_acp_test.php2
-rw-r--r--tests/functional/fixtures/ext/foo/bar/composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/extension_acp_test.php b/tests/functional/extension_acp_test.php
index 53f62c4f19..1d79043eae 100644
--- a/tests/functional/extension_acp_test.php
+++ b/tests/functional/extension_acp_test.php
@@ -116,7 +116,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
'DESCRIPTION' => 'An example/sample extension to be used for testing purposes in phpBB Development.',
'VERSION' => '1.0.0',
'TIME' => '2012-02-15 01:01:01',
- 'LICENCE' => 'GPL-2.0',
+ 'LICENSE' => 'GPL-2.0',
'PHPBB_VERSION' => '3.1.*@dev',
'PHP_VERSION' => '>=5.3',
'AUTHOR_NAME' => 'John Smith',
diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json
index e3e5fc21cd..2f91426d2a 100644
--- a/tests/functional/fixtures/ext/foo/bar/composer.json
+++ b/tests/functional/fixtures/ext/foo/bar/composer.json
@@ -5,7 +5,7 @@
"homepage": "",
"version": "1.0.0",
"time": "2013-03-21 01:01:01",
- "licence": "GPL-2.0",
+ "license": "GPL-2.0",
"authors": [{
"name": "Joas Schilling",
"email": "nickvergessen@phpbb.com",