Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
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/Integration/SQLStore/RefreshSQLStoreDBIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SMW\Tests\Utils\PageCreator;
8 8
 use SMW\Tests\Utils\PageDeleter;
9 9
 use Title;
10
-use WikiPage;
11 10
 
12 11
 /**
13 12
  *
Please login to merge, or discard this patch.
tests/phpunit/JsonTestCaseContentHandler.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 SMW\ApplicationFactory;
6 5
 use SMW\Message;
7 6
 use SMW\Tests\Utils\File\LocalFileUpload;
8 7
 use SMW\Tests\Utils\PageCreator;
Please login to merge, or discard this patch.
tests/phpunit/TestEnvironment.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\DataValueFactory;
7 7
 use SMW\DeferredCallableUpdate;
8
-use SMW\Store;
9 8
 use SMW\Localizer;
10 9
 use SMW\Tests\Utils\UtilityFactory;
11 10
 use SMW\Tests\Utils\Mock\ConfigurableStub;
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 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\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.