@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $configuration = new Configuration(); |
| 24 | 24 | $config = $this->processConfiguration($configuration, $configs); |
| 25 | 25 | |
| 26 | - $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 26 | + $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 27 | 27 | $loader->load('services.xml'); |
| 28 | 28 | |
| 29 | 29 | $container->setParameter('wanna_speak.api.account_id', $config['api']['credentials']['account_id']); |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace Yproximite\WannaSpeakBundle\Tests; |
| 4 | 4 | |
| 5 | 5 | use PHPUnit\Framework\TestCase; |
| 6 | -use Symfony\Bundle\FrameworkBundle\Test\TestContainer; |
|
| 7 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 8 | 6 | |
| 9 | 7 | class BundleTest extends TestCase |
| 10 | 8 | { |