@@ -5,12 +5,9 @@ |
||
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 | /** |
@@ -5,8 +5,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -7,7 +7,6 @@ |
||
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 |
@@ -3,14 +3,10 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 | /** |
@@ -5,15 +5,10 @@ |
||
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 |
@@ -10,13 +10,10 @@ |
||
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 | /** |
@@ -4,8 +4,6 @@ |
||
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 |