jenkins-bot has submitted this change and it was merged.

Change subject: cleanup in NumberRangeValidatorTest
......................................................................


cleanup in NumberRangeValidatorTest

Change-Id: I951ff4e7632a18835e768704a6a2512e4e38d022
---
M lib/tests/phpunit/Validators/NumberRangeValidatorTest.php
1 file changed, 11 insertions(+), 38 deletions(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/lib/tests/phpunit/Validators/NumberRangeValidatorTest.php 
b/lib/tests/phpunit/Validators/NumberRangeValidatorTest.php
index 1b466a1..2a68132 100644
--- a/lib/tests/phpunit/Validators/NumberRangeValidatorTest.php
+++ b/lib/tests/phpunit/Validators/NumberRangeValidatorTest.php
@@ -1,47 +1,20 @@
 <?php
- /**
- *
- * Copyright © 14.06.13 by the authors listed below.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @license GPL 2+
- * @file
- *
- * @ingroup WikibaseLib
- * @ingroup Test
- *
- * @group WikibaseLib
- * @group Wikibase
- * @group WikibaseValidators
- *
- * @author Daniel Kinzler
- */
-
-
 namespace Wikibase\Test\Validators;
-
 
 use Wikibase\Validators\NumberRangeValidator;
 use Wikibase\Validators\ValidatorErrorLocalizer;
 
 /**
- * Class StringLengthValidatorTest
- * @covers Wikibase\Validators\StringLengthValidator
- * @package Wikibase\Test\Validators
+ * @covers \Wikibase\Validators\NumberRangeValidator
+ *
+ * @since 0.5
+ *
+ * @group WikibaseLib
+ * @group Wikibase
+ * @group WikibaseValidators
+ *
+ * @license GPL 2+
+ * @author Daniel Kinzler
  */
 class NumberRangeValidatorTest extends \PHPUnit_Framework_TestCase {
 
@@ -76,4 +49,4 @@
                }
        }
 
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/88074
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I951ff4e7632a18835e768704a6a2512e4e38d022
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to