@@ -13,20 +13,10 @@ |
||
13 | 13 | use Magium\TestCase\Initializer; |
14 | 14 | use Magium\Themes\BaseThemeInterface; |
15 | 15 | use Magium\Themes\ThemeConfigurationInterface; |
16 | -use Magium\Util\Api\Request; |
|
17 | -use Magium\Util\Configuration\ClassConfigurationReader; |
|
18 | -use Magium\Util\Configuration\ConfigurationCollector\DefaultPropertyCollector; |
|
19 | -use Magium\Util\Configuration\ConfigurationReader; |
|
20 | -use Magium\Util\Configuration\EnvironmentConfigurationReader; |
|
21 | -use Magium\Util\Configuration\StandardConfigurationProvider; |
|
22 | 16 | use Magium\Util\Log\Logger; |
23 | -use Magium\Util\Api\Clairvoyant\Clairvoyant; |
|
24 | 17 | use Magium\Util\Phpunit\MasterListener; |
25 | -use Magium\Util\TestCase\RegistrationListener; |
|
26 | -use Magium\WebDriver\LoggingRemoteExecuteMethod; |
|
27 | 18 | use Magium\WebDriver\WebDriver; |
28 | 19 | use PHPUnit_Framework_TestResult; |
29 | -use Zend\Di\Config; |
|
30 | 20 | use Zend\Di\Di; |
31 | 21 | |
32 | 22 | abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase |
@@ -5,13 +5,9 @@ |
||
5 | 5 | use Guzzle\Http\Client; |
6 | 6 | use Magium\Cli\Command\Test\TestSkeleton; |
7 | 7 | use Magium\InvalidConfigurationException; |
8 | -use Magium\NotFoundException; |
|
9 | 8 | use Magium\Util\Api\ApiConfiguration; |
10 | 9 | use Symfony\Component\Console\Command\Command; |
11 | -use Symfony\Component\Console\Input\ArrayInput; |
|
12 | -use Symfony\Component\Console\Input\InputArgument; |
|
13 | 10 | use Symfony\Component\Console\Input\InputInterface; |
14 | -use Symfony\Component\Console\Input\InputOption; |
|
15 | 11 | use Symfony\Component\Console\Output\OutputInterface; |
16 | 12 | |
17 | 13 | class ApiPing extends Command |