From 520bdba4907d55b588c13970f630135c352cff6a Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Thu, 16 Dec 2010 18:06:08 +0000 Subject: [PATCH] Follow-up r78452, r78497: having got my copy of phpunit working, fix test better. --- tests/phpunit/includes/LicensesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/LicensesTest.php b/tests/phpunit/includes/LicensesTest.php index 2365fb6f16..e1daff7746 100644 --- a/tests/phpunit/includes/LicensesTest.php +++ b/tests/phpunit/includes/LicensesTest.php @@ -13,7 +13,7 @@ class LicensesTest extends PHPUnit_Framework_TestCase { 'type' => 'select', 'section' => 'description', 'id' => 'wpLicense', - 'label-message' => 'license', + 'label' => 'A label text', # Note can't test label-message because $wgOut is not defined 'name' => 'AnotherName', 'licenses' => $str, ) ); -- 2.20.1