Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/Unit/PropertyAnnotator/CategoryPropertyAnnotatorTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 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\PropertyAnnotator\CategoryPropertyAnnotator;
9 8
 use SMW\PropertyAnnotator\NullPropertyAnnotator;
10 9
 use SMW\DIWikiPage;
11 10
 use SMW\ApplicationFactory;
12
-use SMW\Settings;
13 11
 use SMW\ParserData;
14
-
15 12
 use ParserOutput;
16 13
 
17 14
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/Query/Language/SomePropertyTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,10 +6,8 @@
 block discarded – undo
6 6
 use SMW\Query\Language\ThingDescription;
7 7
 use SMW\Query\Language\NamespaceDescription;
8 8
 use SMW\Query\Language\ValueDescription;
9
-
10 9
 use SMW\DIWikiPage;
11 10
 use SMW\DIProperty;
12
-use SMW\Localizer;
13 11
 
14 12
 /**
15 13
  * @covers \SMW\Query\Language\SomeProperty
Please login to merge, or discard this patch.
tests/phpunit/Unit/Query/Language/ValueDescriptionTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,12 +3,8 @@
 block discarded – undo
3 3
 namespace SMW\Tests\Query\Language;
4 4
 
5 5
 use SMW\Query\Language\ValueDescription;
6
-use SMW\Query\Language\ThingDescription;
7
-
8 6
 use SMW\DIWikiPage;
9 7
 use SMW\DIProperty;
10
-use SMW\Localizer;
11
-
12 8
 use SMWDINumber as DINumber;
13 9
 
14 10
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/Serializers/ExpDataSerializerTest.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\Serializers;
4 4
 
5 5
 use SMW\Serializers\ExpDataSerializer;
6
-use SMW\Exporter\Element\ExpResource;
7 6
 use SMW\Exporter\Element\ExpNsResource;
8 7
 use SMW\Exporter\Element\ExpLiteral;
9 8
 use SMWExpData as ExpData;
Please login to merge, or discard this patch.
tests/phpunit/Unit/Serializers/SemanticDataSerializerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use SMW\Serializers\SemanticDataSerializer;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7 7
 use SMW\DataValueFactory;
8
-use SMw\SemanticData;
9 8
 use SMW\DIWikiPage;
10 9
 use SMW\Subobject;
11
-
12 10
 use Title;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/SPARQLStore/QueryEngine/CompoundConditionBuilderTest.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace SMW\Tests\SPARQLStore\QueryEngine;
4 4
 
5 5
 use SMW\Tests\Utils\UtilityFactory;
6
-
7 6
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
8
-
9 7
 use SMW\Query\Language\ThingDescription;
10 8
 use SMW\Query\Language\Conjunction;
11 9
 use SMW\Query\Language\Disjunction;
@@ -13,17 +11,12 @@  discard block
 block discarded – undo
13 11
 use SMW\Query\Language\NamespaceDescription;
14 12
 use SMW\Query\Language\ValueDescription;
15 13
 use SMW\Query\Language\SomeProperty;
16
-
17 14
 use SMW\DIProperty;
18 15
 use SMW\DIWikiPage;
19
-use SMW\Localizer;
20
-
21 16
 use SMWDataItem as DataItem;
22 17
 use SMWDINumber as DINumber;
23 18
 use SMWDIBlob as DIBlob;
24 19
 use SMWDITime as DITime;
25
-use SMW\Query\PrintRequest as PrintRequest;
26
-use SMWPropertyValue as PropertyValue;
27 20
 
28 21
 /**
29 22
  * @covers \SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder
Please login to merge, or discard this patch.
SPARQLStore/QueryEngine/Interpreter/NamespaceDescriptionInterpreterTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
7 7
 use SMW\Tests\Utils\UtilityFactory;
8 8
 use SMW\Query\Language\NamespaceDescription;
9
-use SMW\DIWikiPage;
10
-use SMW\DIProperty;
11 9
 
12 10
 /**
13 11
  * @covers \SMW\SPARQLStore\QueryEngine\Interpreter\NamespaceDescriptionInterpreter
Please login to merge, or discard this patch.
SPARQLStore/QueryEngine/Interpreter/ThingDescriptionInterpreterTest.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 SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter;
7 7
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
8 8
 use SMW\Query\Language\ThingDescription;
9
-use SMW\DIWikiPage;
10 9
 use SMW\DIProperty;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
SPARQLStore/QueryEngine/Interpreter/ValueDescriptionInterpreterTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,14 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use SMW\SPARQLStore\QueryEngine\Interpreter\ValueDescriptionInterpreter;
6 6
 use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder;
7
-
8 7
 use SMW\Tests\Utils\UtilityFactory;
9
-
10 8
 use SMW\Query\Language\ValueDescription;
11
-
12 9
 use SMW\DIProperty;
13 10
 use SMW\DIWikiPage;
14
-
15 11
 use SMWDIBlob as DIBlob;
16 12
 use SMWDIUri as DIUri;
17 13
 use SMWDINumber as DINumber;
Please login to merge, or discard this patch.