@@ -2,11 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Maps\Tests\Semantic\ValueDescriptions; |
4 | 4 | |
5 | -use CoordinateValue; |
|
6 | 5 | use Maps\Semantic\ValueDescriptions\AreaDescription; |
7 | 6 | use PHPUnit\Framework\TestCase; |
8 | -use SMW\DataValueFactory; |
|
9 | -use SMWDataItem; |
|
10 | 7 | use SMWDIGeoCoord; |
11 | 8 | |
12 | 9 | /** |