Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/Integration/SQLStore/RefreshSQLStoreDBIntegrationTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,10 +5,7 @@
 block discarded – undo
5 5
 use SMW\Tests\Utils\PageDeleter;
6 6
 use SMW\Tests\Utils\PageCreator;
7 7
 use SMW\Tests\Utils\MwHooksHandler;
8
-
9 8
 use SMW\Tests\MwDBaseUnitTestCase;
10
-
11
-use WikiPage;
12 9
 use Title;
13 10
 
14 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/SemanticMediaWikiTestCase.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -6,26 +6,18 @@
 block discarded – undo
6 6
 use SMW\Tests\Utils\Mock\MockObjectBuilder;
7 7
 use SMW\Tests\Utils\Mock\CoreMockObjectRepository;
8 8
 use SMW\Tests\Utils\Mock\MediaWikiMockObjectRepository;
9
-
10 9
 use SMW\SimpleDependencyBuilder;
11 10
 use SMW\DependencyContainer;
12
-use SMW\DataValueFactory;
13 11
 use SMW\StoreFactory;
14
-use SMW\SemanticData;
15 12
 use SMW\DIWikiPage;
16
-use SMW\DIProperty;
17 13
 use SMW\Settings;
18
-
19 14
 use RequestContext;
20 15
 use FauxRequest;
21 16
 use WebRequest;
22 17
 use Language;
23 18
 use Title;
24
-
25 19
 use ReflectionClass;
26 20
 
27
-use SMWDataItem;
28
-
29 21
 /**
30 22
  * @codeCoverageIgnore
31 23
  *
Please login to merge, or discard this patch.
tests/phpunit/Unit/CacheFactoryTest.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;
4 4
 
5 5
 use SMW\CacheFactory;
6
-use SMW\ApplicationFactory;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\CacheFactory
Please login to merge, or discard this patch.
tests/phpunit/Unit/Factbox/FactboxTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,15 +6,12 @@
 block discarded – undo
6 6
 use SMW\Tests\Utils\Mock\MockObjectBuilder;
7 7
 use SMW\Tests\Utils\Mock\CoreMockObjectRepository;
8 8
 use SMW\Tests\Utils\Mock\MediaWikiMockObjectRepository;
9
-
10 9
 use SMW\ApplicationFactory;
11
-use SMW\TableFormatter;
12 10
 use SMW\ParserData;
13 11
 use SMW\Factbox\Factbox;
14 12
 use SMW\DIProperty;
15 13
 use SMW\DIWikiPage;
16 14
 use SMW\SemanticData;
17
-
18 15
 use ReflectionClass;
19 16
 use ParserOutput;
20 17
 use Title;
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Api/BrowseBySubjectTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,14 +3,10 @@
 block discarded – undo
3 3
 namespace SMW\Tests\MediaWiki\Api;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-use SMW\Tests\Utils\Mock\MockTitle;
7
-
8 6
 use SMW\MediaWiki\Api\BrowseBySubject;
9 7
 use SMW\ApplicationFactory;
10 8
 use SMW\DIWikiPage;
11 9
 
12
-use Title;
13
-
14 10
 /**
15 11
  * @covers \SMW\MediaWiki\Api\BrowseBySubject
16 12
  * @group semantic-mediawiki
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Api/PropertyListByApiRequestTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Tests\MediaWiki\Api;
4 4
 
5
-use SMW\Tests\Utils\UtilityFactory;
6 5
 use SMW\MediaWiki\Api\PropertyListByApiRequest;
7
-use SMW\ApplicationFactory;
8 6
 use SMW\DIProperty;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/EditInfoProviderTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Tests\MediaWiki;
4 4
 
5 5
 use SMW\MediaWiki\EditInfoProvider;
6
-use SMW\Tests\Utils\Mock\MockTitle;
7
-
8 6
 use ParserOutput;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Hooks/ArticlePurgeTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace SMW\Tests\MediaWiki\Hooks;
4 4
 
5 5
 use SMW\Tests\Utils\Mock\MockTitle;
6
-
7 6
 use SMW\MediaWiki\Hooks\ArticlePurge;
8 7
 use SMW\Settings;
9
-use SMW\Factbox\FactboxCache;
10 8
 use SMW\ApplicationFactory;
11
-
12 9
 use WikiPage;
13 10
 
14 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/MediaWiki/Hooks/InternalParseBeforeLinksTest.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.