Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
tests/phpunit/Unit/Query/ProfileAnnotator/DurationProfileAnnotatorTest.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 ImportReporter;
7 7
 use WikiImporter;
8 8
 use RequestContext;
9
-
10 9
 use RuntimeException;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/Query/ProfileAnnotator/FormatProfileAnnotatorTest.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 ImportReporter;
7 7
 use WikiImporter;
8 8
 use RequestContext;
9
-
10 9
 use RuntimeException;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/SerializerFactoryTest.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.
Unit/SPARQLStore/QueryEngine/Interpreter/ConjunctionInterpreterTest.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.
Unit/SPARQLStore/QueryEngine/Interpreter/DisjunctionInterpreterTest.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.
Unit/SPARQLStore/QueryEngine/Interpreter/SomePropertyInterpreterTest.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.
tests/phpunit/Unit/SPARQLStore/QueryEngine/QueryResultFactoryTest.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\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
Unit/SQLStore/QueryEngine/Interpreter/ClassDescriptionInterpreterTest.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 ImportReporter;
7 7
 use WikiImporter;
8 8
 use RequestContext;
9
-
10 9
 use RuntimeException;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
SQLStore/QueryEngine/Interpreter/DisjunctionConjunctionInterpreterTest.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\DIWikiPage;
6 6
 use SMW\SemanticData;
7
-
8 7
 use Title;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.