@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -3,11 +3,8 @@ |
||
3 | 3 | namespace SMW\Tests\Integration\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | - |
|
7 | 6 | use SMW\ApplicationFactory; |
8 | 7 | |
9 | -use Title; |
|
10 | - |
|
11 | 8 | /** |
12 | 9 | * @group semantic-mediawiki |
13 | 10 | * @group medium |
@@ -3,11 +3,8 @@ |
||
3 | 3 | namespace SMW\Tests\Integration\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | - |
|
7 | 6 | use SMW\ApplicationFactory; |
8 | 7 | |
9 | -use Title; |
|
10 | - |
|
11 | 8 | /** |
12 | 9 | * @group semantic-mediawiki |
13 | 10 | * @group medium |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -4,12 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | 6 | use SMW\Tests\Utils\Mock\MockTitle; |
7 | - |
|
8 | 7 | use SMW\MediaWiki\Hooks\InternalParseBeforeLinks; |
9 | - |
|
10 | 8 | use SMW\ApplicationFactory; |
11 | 9 | use SMW\Settings; |
12 | - |
|
13 | 10 | use Title; |
14 | 11 | |
15 | 12 | /** |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -4,12 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | 6 | use SMW\Tests\Utils\Mock\MockTitle; |
7 | - |
|
8 | 7 | use SMW\MediaWiki\Hooks\InternalParseBeforeLinks; |
9 | - |
|
10 | 8 | use SMW\ApplicationFactory; |
11 | 9 | use SMW\Settings; |
12 | - |
|
13 | 10 | use Title; |
14 | 11 | |
15 | 12 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use ImportReporter; |
7 | 7 | use WikiImporter; |
8 | 8 | use RequestContext; |
9 | - |
|
10 | 9 | use RuntimeException; |
11 | 10 | |
12 | 11 | /** |