@@ -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 SMW\Options; |
8 | 7 | use SMWSQLStore3; |
9 | 8 | use SMW\Tests\TestEnvironment; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\ContentParser; |
8 | 8 | use SMW\DIWikiPage; |
9 | 9 | use SMW\MediaWiki\Jobs\UpdateJob; |
10 | -use SMW\Store; |
|
11 | 10 | use Title; |
12 | 11 | use WikiPage; |
13 | 12 |
@@ -8,8 +8,6 @@ |
||
8 | 8 | use SMWQuery as Query; |
9 | 9 | use SMW\Store; |
10 | 10 | use SMWQueryParser as QueryParser; |
11 | -use SMWQueryResult as QueryResult; |
|
12 | -use Title; |
|
13 | 11 | use RuntimeException; |
14 | 12 | |
15 | 13 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\Localizer; |
6 | 6 | use SMW\RequestOptions; |
7 | 7 | use SMW\StringCondition; |
8 | -use SMW\PropertyRegistry; |
|
9 | 8 | use SMWDataValue as DataValue; |
10 | 9 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
11 | 10 | use SMW\DIProperty; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\MediaWiki\Hooks\EditPageForm; |
6 | -use SMW\MediaWiki\Renderer\HtmlFormRenderer; |
|
7 | 6 | use Title; |
8 | 7 | |
9 | 8 | /** |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMW\DIProperty; |
9 | 9 | use SMW\SQLStore\SQLStore; |
10 | 10 | use SMW\Store; |
11 | -use SMWDIError as DIError; |
|
12 | 11 | use SMW\RequestOptions; |
13 | 12 | use SMW\PropertySpecificationLookup; |
14 | 13 |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use SMW\PropertyAnnotators\RedirectPropertyAnnotator; |
12 | 12 | use SMW\PropertyAnnotators\SortKeyPropertyAnnotator; |
13 | 13 | use SMW\PropertyAnnotators\EditProtectedPropertyAnnotator; |
14 | -use SMW\Store; |
|
15 | 14 | use Title; |
16 | 15 | |
17 | 16 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Language; |
6 | 6 | use SMWDITime as DITime; |
7 | -use DateTimeZone; |
|
8 | 7 | use SMW\DataValues\Time\Timezone; |
9 | 8 | |
10 | 9 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests\DataValues\Time; |
4 | 4 | |
5 | -use SMW\DataItemFactory; |
|
6 | 5 | use SMW\DataValues\Time\Timezone; |
7 | 6 | |
8 | 7 | /** |