Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/includes/querypages/UnusedPropertiesQueryPageTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Test;
4 4
 
5 5
 use SMW\UnusedPropertiesQueryPage;
6
-use SMW\MessageFormatter;
7
-
8
-use SMWDataItem;
9 6
 
10 7
 /**
11 8
  * @covers \SMW\UnusedPropertiesQueryPage
Please login to merge, or discard this patch.
tests/phpunit/includes/SemanticDataTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace SMW\Tests;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-use SMW\Tests\MwDBaseUnitTestCase;
7
-
8 6
 use SMW\StoreFactory;
9 7
 use SMW\Localizer;
10 8
 use SMW\DataValueFactory;
@@ -12,9 +10,7 @@  discard block
 block discarded – undo
12 10
 use SMW\DIProperty;
13 11
 use SMW\DIWikiPage;
14 12
 use SMW\Subobject;
15
-
16 13
 use SMWDITime as DITime;
17
-
18 14
 use Title;
19 15
 
20 16
 /**
Please login to merge, or discard this patch.
tests/phpunit/includes/storage/sqlstore/DIHandlerWikiPageTest.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\InvalidPredefinedPropertyException;
6 6
 use SMW\StoreFactory;
7
-
8 7
 use SMWDIHandlerWikiPage;
9
-use SMWDIProperty;
10 8
 
11 9
 /**
12 10
  * Tests for the SMWDIHandlerWikiPage class
Please login to merge, or discard this patch.
tests/phpunit/includes/storage/sqlstore/SQLStoreTest.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\Test\SQLStore;
4 4
 
5 5
 use SMWSQLStore3;
6
-use SMW\Settings;
7 6
 use SMW\ApplicationFactory;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/ByJsonScript/ParserTestCaseProcessor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Tests\Integration\ByJsonScript;
4 4
 
5
-use SMW\Tests\ByJsonTestCaseProvider;
6
-use SMW\Tests\JsonTestCaseFileHandler;
7 5
 use SMW\Tests\Utils\UtilityFactory;
8 6
 use SMW\DIWikiPage;
9 7
 
Please login to merge, or discard this patch.
tests/phpunit/Integration/MediaWiki/ApiBrowseBySubjectDBIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,11 +5,8 @@
 block discarded – undo
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\MwApiFactory;
7 7
 use SMW\Tests\Utils\SemanticDataFactory;
8
-
9 8
 use SMW\MediaWiki\Api\BrowseBySubject;
10
-
11 9
 use SMW\SemanticData;
12
-use SMW\DIWikiPage;
13 10
 use SMW\DataValueFactory;
14 11
 use SMW\Subobject;
15 12
 use SMW\SerializerFactory;
Please login to merge, or discard this patch.
phpunit/Integration/MediaWiki/Hooks/ParserAfterTidyIntegrationTest.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/TitleMoveCompleteIntegrationTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,17 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\MwDBaseUnitTestCase;
7
-
8 7
 use SMW\Query\Language\SomeProperty;
9 8
 use SMW\Query\Language\ValueDescription;
10
-use SMW\Query\Language\ThingDescription;
11
-
12 9
 use SMW\ApplicationFactory;
13 10
 use SMW\DIProperty;
14 11
 use SMW\DIWikiPage;
15
-
16 12
 use SMWQuery as Query;
17
-
18 13
 use Title;
19 14
 use WikiPage;
20 15
 
Please login to merge, or discard this patch.
phpunit/Integration/MediaWiki/LinksUpdateSQLStoreDBIntegrationTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,21 +5,16 @@
 block discarded – undo
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\Utils\PageCreator;
7 7
 use SMW\Tests\Utils\PageDeleter;
8
-
9 8
 use SMW\Tests\MwDBaseUnitTestCase;
10
-
11 9
 use SMW\ApplicationFactory;
12 10
 use SMW\ParserData;
13 11
 use SMW\DIWikiPage;
14 12
 use SMW\ContentParser;
15
-
16 13
 use ParserOutput;
17 14
 use LinksUpdate;
18 15
 use Revision;
19 16
 use WikiPage;
20 17
 use Title;
21
-use User;
22
-
23 18
 use UnexpectedValueException;
24 19
 
25 20
 /**
Please login to merge, or discard this patch.