Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/Unit/SPARQLStore/RedirectLookupTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,9 @@
 block discarded – undo
5 5
 use SMW\SPARQLStore\RedirectLookup;
6 6
 use SMW\InMemoryPoolCache;
7 7
 use SMW\DIWikiPage;
8
-use SMW\DIProperty;
9 8
 use SMW\Exporter\Escaper;
10
-
11 9
 use SMWExpNsResource as ExpNsResource;
12 10
 use SMWExpLiteral as ExpLiteral;
13
-use SMWExpResource as ExpResource;
14 11
 use SMWExporter as Exporter;
15 12
 
16 13
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/SQLStore/ByIdDataRebuildDispatcherTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use SMW\SQLStore\ByIdDataRebuildDispatcher;
6 6
 use SMW\ApplicationFactory;
7 7
 use SMW\SQLStore\SQLStore;
8
-use SMW\DIWikiPage;
9
-use SMW\SemanticData;
10 8
 
11 9
 /**
12 10
  * @covers \SMW\SQLStore\ByIdDataRebuildDispatcher
Please login to merge, or discard this patch.
tests/phpunit/Unit/SQLStore/PropertyTableOutdatedReferenceDisposerTest.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\PropertyTableOutdatedReferenceDisposer;
6
-use Title;
7 6
 
8 7
 /**
9 8
  * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer
Please login to merge, or discard this patch.
Unit/SQLStore/QueryEngine/Interpreter/ConceptDescriptionInterpreterTest.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\SQLStore\QueryEngine\QuerySegmentListBuilder;
8 8
 use SMW\Query\Language\ConceptDescription;
9 9
 use SMW\DIWikiPage;
10
-use SMWDIBlob as DIBlob;
11 10
 
12 11
 /**
13 12
  * @covers \SMW\SQLStore\QueryEngine\Interpreter\ConceptDescriptionInterpreter
Please login to merge, or discard this patch.
Unit/SQLStore/QueryEngine/Interpreter/ValueDescriptionInterpreterTest.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\SQLStore\QueryEngine\Interpreter;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-
7 6
 use SMW\SQLStore\QueryEngine\Interpreter\ValueDescriptionInterpreter;
8 7
 use SMW\SQLStore\QueryEngine\QuerySegmentListBuilder;
9
-
10 8
 use SMW\Query\Language\ValueDescription;
11
-
12 9
 use SMW\DIWikiPage;
13
-use SMWDIBlob as DIBlob;
14 10
 
15 11
 /**
16 12
  * @covers \SMW\SQLStore\QueryEngine\Interpreter\ValueDescriptionInterpreter
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 SMWSQLStore3;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/phpunit/Utils/Fixtures/Facts/FranceFactsheet.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,15 +5,10 @@
 block discarded – undo
5 5
 use SMW\Tests\Utils\UtilityFactory;
6 6
 use SMW\Tests\Utils\Fixtures\Properties\CountryCategory;
7 7
 use SMW\Tests\Utils\Fixtures\Properties\LocatedInProperty;
8
-
9 8
 use SMW\DIWikiPage;
10
-use SMW\DIProperty;
11 9
 use SMW\DataValueFactory;
12
-use SMW\Subobject;
13 10
 use SMW\SemanticData;
14 11
 
15
-use RuntimeException;
16
-
17 12
 /**
18 13
  * @license GNU GPL v2+
19 14
  * @since 2.1
Please login to merge, or discard this patch.
tests/phpunit/Utils/Fixtures/Facts/ParisFactsheet.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,13 +10,10 @@
 block discarded – undo
10 10
 use SMW\Tests\Utils\Fixtures\Properties\PopulationDensityProperty;
11 11
 use SMW\Tests\Utils\Fixtures\Properties\CityCategory;
12 12
 use SMW\Tests\Utils\Fixtures\Properties\LocatedInProperty;
13
-
14 13
 use SMW\DIWikiPage;
15
-use SMW\DIProperty;
16 14
 use SMW\DataValueFactory;
17 15
 use SMW\Subobject;
18 16
 use SMW\SemanticData;
19
-
20 17
 use RuntimeException;
21 18
 
22 19
 /**
Please login to merge, or discard this patch.
tests/phpunit/Utils/Mock/MockObjectBuilder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ObjectDictionary;
6 6
 use SMW\SimpleDictionary;
7
-use SMWDataItem;
8
-
9 7
 use InvalidArgumentException;
10 8
 use OutOfBoundsException;
11 9
 
Please login to merge, or discard this patch.