@@ -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 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Iterators\Tests; |
4 | 4 | |
5 | 5 | use SMW\Iterators\ResultIterator; |
6 | -use ArrayIterator; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\Iterators\ResultIterator |
@@ -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 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | 5 | use SMW\CacheFactory; |
6 | -use SMW\ApplicationFactory; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\CacheFactory |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\DataValues\ValueValidators; |
4 | 4 | |
5 | -use SMW\DataValueFactory; |
|
6 | 5 | use SMW\ApplicationFactory; |
7 | 6 | use SMWDataValue as DataValue; |
8 | 7 | use SMWDIBlob as DIBlob; |
@@ -9,7 +9,7 @@ |
||
9 | 9 | use SMWDIError as DIError; |
10 | 10 | use SMWDINumber as DINumber; |
11 | 11 | use SMWDIUri as DIUri; |
12 | -use SMWDITime as DITime; |
|
12 | +use SMWDITime as DITime; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @private |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Deserializers\DVDescriptionDeserializer; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | -use SMW\Query\Language\ThingDescription; |
|
7 | 6 | use SMW\Query\Language\ValueDescription; |
8 | 7 | use SMWDataValue as DataValue; |
9 | 8 | use SMW\DIWikiPage; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests\Libs\Time; |
4 | 4 | |
5 | -use SMW\DataItemFactory; |
|
6 | 5 | use SMW\Libs\Time\Timezone; |
7 | 6 | |
8 | 7 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\Exception\BadHttpDatabaseResponseException; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\RepositoryResult; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\XmlResponseParser; |
8 | -use SMWSparqlResultParser as SparqlResultParser; |
|
9 | 8 | use SMWTurtleSerializer as TurtleSerializer; |
10 | 9 | |
11 | 10 | /** |