Completed
Push — master ( 944e8c...873a6a )
by mw
32:14
created
Integration/Query/ComparatorFilterConditionQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -4,21 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8 7
 use SMW\SPARQLStore\SPARQLStore;
9
-
10 8
 use SMW\Query\Language\ValueDescription;
11 9
 use SMW\Query\Language\SomeProperty;
12
-use SMW\Query\Language\ThingDescription;
13
-
14
-use SMW\DIWikiPage;
15 10
 use SMW\DIProperty;
16
-
17 11
 use SMWDINumber as DINumber;
18 12
 use SMWDIBlob as DIBlob;
19 13
 use SMWDITime as DITime;
20 14
 use SMWQuery as Query;
21
-use SMWQueryResult as QueryResult;
22 15
 use SMwConjunction as Conjunction;
23 16
 
24 17
 /**
Please login to merge, or discard this patch.
tests/phpunit/Integration/Query/DatePropertyValueQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -4,20 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8
-use SMW\DIWikiPage;
9 7
 use SMW\DIProperty;
10 8
 use SMW\DataValueFactory;
11
-
12 9
 use SMW\Query\Language\SomeProperty;
13 10
 use SMW\Query\Language\ThingDescription;
14 11
 use SMW\Query\Language\ValueDescription;
15
-
16
-use SMWDIBlob as DIBlob;
17 12
 use SMWQuery as Query;
18
-use SMWQueryResult as QueryResult;
19
-use SMWDataValue as DataValue;
20
-use SMWDataItem as DataItem;
21 13
 use SMW\Query\PrintRequest as PrintRequest;
22 14
 use SMWPropertyValue as PropertyValue;
23 15
 use SMWExporter as Exporter;
Please login to merge, or discard this patch.
tests/phpunit/Integration/Query/DisjunctionQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -4,23 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8
-use SMW\Query\Language\ThingDescription;
9 7
 use SMW\Query\Language\ValueDescription;
10
-use SMW\Query\Language\Conjunction;
11 8
 use SMW\Query\Language\Disjunction;
12 9
 use SMW\Query\Language\ClassDescription;
13 10
 use SMW\Query\Language\SomeProperty;
14
-
15 11
 use SMW\DIWikiPage;
16 12
 use SMW\DIProperty;
17
-use SMW\SemanticData;
18
-
19 13
 use SMWQueryParser as QueryParser;
20
-use SMWDIBlob as DIBlob;
21
-use SMWDINumber as DINumber;
22 14
 use SMWQuery as Query;
23
-use SMWPropertyValue as PropertyValue;
24 15
 
25 16
 /**
26 17
  *
Please login to merge, or discard this patch.
tests/phpunit/Integration/Query/GeneralQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,16 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8 7
 use SMW\Query\Language\ThingDescription;
9 8
 use SMW\Query\Language\SomeProperty;
10
-
11
-use SMW\DIWikiPage;
12 9
 use SMW\DIProperty;
13 10
 use SMW\DataValueFactory;
14
-
15 11
 use SMWQuery as Query;
16
-use SMWQueryResult as QueryResult;
17 12
 use SMW\Query\PrintRequest as PrintRequest;
18 13
 use SMWPropertyValue as PropertyValue;
19 14
 
Please login to merge, or discard this patch.
phpunit/Integration/Query/NumericPropertyValueQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -4,22 +4,15 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8 7
 use SMW\Query\Language\ThingDescription;
9 8
 use SMW\Query\Language\ValueDescription;
10 9
 use SMW\Query\Language\SomeProperty;
11
-
12
-use SMW\DIWikiPage;
13 10
 use SMW\DIProperty;
14 11
 use SMW\DataValueFactory;
15 12
 use SMW\Subobject;
16
-
17 13
 use SMWQueryParser as QueryParser;
18 14
 use SMWDINumber as DINumber;
19 15
 use SMWQuery as Query;
20
-use SMWQueryResult as QueryResult;
21
-use SMWDataValue as DataValue;
22
-use SMWDataItem as DataItem;
23 16
 use SMW\Query\PrintRequest as PrintRequest;
24 17
 use SMWPropertyValue as PropertyValue;
25 18
 
Please login to merge, or discard this patch.
tests/phpunit/Integration/Query/SpecialCharactersQueryDBIntegrationTest.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -4,21 +4,15 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8 7
 use SMW\Query\Language\ThingDescription;
9 8
 use SMW\Query\Language\SomeProperty;
10
-
11 9
 use SMW\DIWikiPage;
12 10
 use SMW\DIProperty;
13 11
 use SMW\DataValueFactory;
14 12
 use SMW\Subobject;
15
-
16 13
 use SMWDIBlob as DIBlob;
17 14
 use SMWDINumber as DINumber;
18 15
 use SMWQuery as Query;
19
-use SMWQueryResult as QueryResult;
20
-use SMWDataValue as DataValue;
21
-use SMWDataItem as DataItem;
22 16
 use SMW\Query\PrintRequest as PrintRequest;
23 17
 use SMWPropertyValue as PropertyValue;
24 18
 
Please login to merge, or discard this patch.
tests/phpunit/Integration/QueryResultQueryProcessorIntegrationTest.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6 6
 use SMW\Tests\Utils\UtilityFactory;
7
-
8 7
 use SMW\DataValueFactory;
9
-
10
-use SMWQueryProcessor  as QueryProcessor;
8
+use SMWQueryProcessor as QueryProcessor;
11 9
 use SMWQuery as Query;
12 10
 use SMWQueryParser as QueryParser;
13 11
 
Please login to merge, or discard this patch.
tests/phpunit/Integration/SemanticDataSerializationDBIntegrationTest.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -3,17 +3,11 @@
 block discarded – undo
3 3
 namespace SMW\Tests\Integration;
4 4
 
5 5
 use SMW\Tests\MwDBaseUnitTestCase;
6
-use SMW\Tests\Utils\Validators\SemanticDataValidator;
7
-
8 6
 use SMW\DIWikiPage;
9
-use SMW\DIProperty;
10 7
 use SMW\SemanticData;
11 8
 use SMW\DataValueFactory;
12 9
 use SMW\Subobject;
13 10
 use SMW\SerializerFactory;
14
-
15
-use SMWDIBlob as DIBlob;
16
-
17 11
 use Title;
18 12
 
19 13
 /**
Please login to merge, or discard this patch.
Integration/SemanticMediaWikiProvidedHookInterfaceIntegrationTest.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\Tests\Utils\UtilityFactory;
6 6
 use SMW\ApplicationFactory;
7
-use SMW\ConnectionManager;
8 7
 use SMW\DIWikiPage;
9
-
10 8
 use RuntimeException;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.