Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
phpunit/Integration/MediaWiki/Hooks/ParserAfterTidyIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-use Title;
8 7
 
9 8
 /**
10 9
  * @group semantic-mediawiki
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/LinksUpdateTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\DIWikiPage;
7 7
 use SMW\Tests\MwDBaseUnitTestCase;
8
-use SMW\Tests\Utils\UtilityFactory;
9 8
 use Title;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/DataTypeRegistryTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -271,6 +271,9 @@  discard block
 block discarded – undo
271 271
 		);
272 272
 	}
273 273
 
274
+	/**
275
+	 * @param string $inputLabel
276
+	 */
274 277
 	protected function assertRegistryFindsIdForLabels( $inputLabel, array $equivalentLabels ) {
275 278
 
276 279
 		$id = '_wpg';
@@ -300,6 +303,9 @@  discard block
 block discarded – undo
300 303
 		}
301 304
 	}
302 305
 
306
+	/**
307
+	 * @param string $inputLabel
308
+	 */
303 309
 	protected function assertRegistryFindsIdForAliases( $inputLabel, array $equivalentLabels ) {
304 310
 		$id = '_wpg';
305 311
 
Please login to merge, or discard this patch.
tests/phpunit/Unit/Factbox/FactboxTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use SMW\Factbox\Factbox;
10 10
 use SMW\ParserData;
11 11
 use SMW\SemanticData;
12
-use SMW\TableFormatter;
13 12
 use SMW\Tests\TestEnvironment;
14 13
 use Title;
15 14
 
Please login to merge, or discard this patch.
tests/phpunit/Unit/IntlNumberFormatterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Tests;
4 4
 
5
-use Language;
6 5
 use SMW\IntlNumberFormatter;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Api/BrowseBySubjectTest.php 2 patches
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -221,6 +221,11 @@
 block discarded – undo
221 221
 			} );
222 222
 	}
223 223
 
224
+	/**
225
+	 * @param string $field
226
+	 * @param string $internalType
227
+	 * @param \Closure $definition
228
+	 */
224 229
 	protected function assertInternalArrayStructure( $setup, $result, $field, $internalType, $definition ) {
225 230
 
226 231
 		if ( isset( $setup[$field] ) && $setup[$field] ) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\MediaWiki\Api\BrowseBySubject;
7 7
 use SMW\Tests\TestEnvironment;
8
-use Title;
9 8
 
10 9
 /**
11 10
  * @covers \SMW\MediaWiki\Api\BrowseBySubject
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Hooks/ArticlePurgeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Tests\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\ApplicationFactory;
6
-use SMW\Factbox\FactboxCache;
7 6
 use SMW\MediaWiki\Hooks\ArticlePurge;
8 7
 use SMW\Tests\TestEnvironment;
9 8
 use SMW\Tests\Utils\Mock\MockTitle;
Please login to merge, or discard this patch.
tests/phpunit/Unit/ProcessingErrorMsgHandlerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\DataItemFactory;
6 6
 use SMW\DIWikiPage;
7 7
 use SMW\ProcessingErrorMsgHandler;
8
-use SMW\Message;
9 8
 use SMW\Tests\TestEnvironment;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/SQLStore/SQLStoreFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Tests\SQLStore;
4 4
 
5 5
 use SMW\SQLStore\SQLStoreFactory;
6
-use SMW\Store;
7 6
 use SMW\Options;
8 7
 use SMWSQLStore3;
9 8
 use SMW\Tests\TestEnvironment;
Please login to merge, or discard this patch.