@@ -5,9 +5,6 @@ |
||
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\Localizer; |
7 | 7 | use SMW\Tests\MwDBaseUnitTestCase; |
8 | -use SMW\Tests\Utils\UtilityFactory; |
|
9 | -use SMW\Tests\TestEnvironment; |
|
10 | -use Title; |
|
11 | 8 | |
12 | 9 | /** |
13 | 10 | * @group SMW |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests\MediaWiki\Hooks; |
4 | 4 | |
5 | -use SMW\Tests\Utils\UtilityFactory; |
|
6 | 5 | use SMW\MediaWiki\Hooks\HookRegistry; |
7 | 6 | use SMW\ApplicationFactory; |
8 | 7 | use SMW\DIWikiPage; |
@@ -6,7 +6,6 @@ |
||
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 | /** |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use SMW\Query\ProfileAnnotators\DescriptionProfileAnnotator; |
8 | 8 | use SMW\Query\ProfileAnnotators\FormatProfileAnnotator; |
9 | 9 | use SMW\Query\ProfileAnnotators\DurationProfileAnnotator; |
10 | -use SMW\Query\ProfileAnnotators\SourceProfileAnnotator; |
|
11 | 10 | use SMWContainerSemanticData as ContainerSemanticData; |
12 | 11 | use SMWDIContainer as DIContainer; |
13 | 12 | use SMWQuery as Query; |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use SMW\DataTypeRegistry; |
|
4 | 3 | use SMW\DIConcept; |
5 | 4 | use SMW\DIProperty; |
6 | 5 | use SMW\DIWikiPage; |
@@ -6,7 +6,7 @@ |
||
6 | 6 | use SMWDataItem as DataItem; |
7 | 7 | use SMW\SQLStore\EntityStore\DataItemHandler; |
8 | 8 | use SMWDataItemException as DataItemException; |
9 | -use SMWDIGeoCoord as DIGeoCoord; |
|
9 | +use SMWDIGeoCoord as DIGeoCoord; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * This class implements store access to DIGeoCoord data items. |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use SMW\Store; |
12 | 12 | use SMW\Localizer; |
13 | 13 | use SMWDataItem as DataItem; |
14 | -use SMW\SemanticData; |
|
15 | 14 | use SMW\RequestOptions; |
16 | 15 | |
17 | 16 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Hooks; |
6 | 6 | use Onoi\HttpRequest\HttpRequestFactory; |
7 | -use Parser; |
|
8 | 7 | use ParserHooks\HookRegistrant; |
9 | 8 | use SMW\ApplicationFactory; |
10 | 9 | use SMW\DeferredRequestDispatchManager; |
@@ -4,8 +4,6 @@ |
||
4 | 4 | use SMW\DataValues\ValueFormatters\DataValueFormatter; |
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DIProperty; |
7 | -use SMW\Highlighter; |
|
8 | -use SMW\Message; |
|
9 | 7 | |
10 | 8 | /** |
11 | 9 | * Objects of this class represent properties in SMW. |