Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/includes/storage/StoreTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/SubobjectTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/Hooks/FileUploadIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 namespace SMW\Tests\Integration\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-
7 6
 use SMW\ApplicationFactory;
8 7
 
9
-use Title;
10
-
11 8
 /**
12 9
  * @group semantic-mediawiki
13 10
  * @group medium
Please login to merge, or discard this patch.
Integration/MediaWiki/Hooks/InternalParseBeforeLinksIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 namespace SMW\Tests\Integration\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-
7 6
 use SMW\ApplicationFactory;
8 7
 
9
-use Title;
10
-
11 8
 /**
12 9
  * @group semantic-mediawiki
13 10
  * @group medium
Please login to merge, or discard this patch.
phpunit/Integration/MediaWiki/Hooks/ParserFirstCallInitIntegrationTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/Import/RecordDataTypeTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\Utils\Mock\MockTitle;
7
-
8 7
 use SMW\MediaWiki\Hooks\InternalParseBeforeLinks;
9
-
10 8
 use SMW\ApplicationFactory;
11 9
 use SMW\Settings;
12
-
13 10
 use Title;
14 11
 
15 12
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/JobQueueDBIntegrationTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use SMW\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
Integration/MediaWiki/PredefinedPropertyAnnotationDBIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\Utils\Mock\MockTitle;
7
-
8 7
 use SMW\MediaWiki\Hooks\InternalParseBeforeLinks;
9
-
10 8
 use SMW\ApplicationFactory;
11 9
 use SMW\Settings;
12
-
13 10
 use Title;
14 11
 
15 12
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/Query/NullQueryResultTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use ImportReporter;
7 7
 use WikiImporter;
8 8
 use RequestContext;
9
-
10 9
 use RuntimeException;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.