@@ -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; |
@@ -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. |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | -use SMW\EventHandler; |
|
9 | 8 | use SMW\SQLStore\CompositePropertyTableDiffIterator; |
10 | 9 | use SMW\Store; |
11 | 10 | use SMW\RequestOptions; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\Integration\ExtraneousLanguage; |
4 | 4 | |
5 | 5 | use SMW\ExtraneousLanguage\ExtraneousLanguage; |
6 | -use SMW\Tests\TestEnvironment; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @group semantic-mediawiki |
@@ -13,8 +13,6 @@ |
||
13 | 13 | use SMW\Query\Language\SomeProperty; |
14 | 14 | use SMW\Query\Language\ThingDescription; |
15 | 15 | use SMW\Query\Language\ValueDescription; |
16 | -use SMW\Store; |
|
17 | -use SMWQuery as Query; |
|
18 | 16 | use SMWQueryResult as QueryResult; |
19 | 17 | |
20 | 18 | /** |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DataValues\TelephoneUriValue; |
7 | -use SMWUriValue as UriValue; |
|
8 | 7 | use SMW\UrlEncoder; |
9 | 8 | use SMWNumberValue as NumberValue; |
10 | 9 | use SMWPropertyValue as PropertyValue; |
11 | -use SMWStringValue as TextValue; |
|
12 | 10 | |
13 | 11 | /** |
14 | 12 | * @license GNU GPL v2+ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | -use SMWPropertyListValue as PropertyListValue; |
|
9 | 8 | use SMWDataItem as DataItem; |
10 | 9 | use SMWContainerSemanticData as ContainerSemanticData; |
11 | 10 | use SMWDIContainer as DIContainer; |
@@ -2,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | -use SMW\ApplicationFactory; |
|
6 | 5 | use SMW\Tests\Utils\UtilityFactory; |
7 | -use SMW\Message; |
|
8 | -use Title; |
|
9 | 6 | |
10 | 7 | /** |
11 | 8 | * The JsonTestCaseScriptRunner is a convenience provider for `Json` formatted |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMW\Query\Language\SomeProperty; |
9 | 9 | use SMW\Query\Language\ThingDescription; |
10 | 10 | use SMW\Query\Language\ValueDescription; |
11 | -use SMW\Query\Language\Conjunction; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * @covers \SMW\Query\Language\SomeProperty |