@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | /* The base PHPUnit test class */ |
| 12 | 12 | use PHPUnit\Framework\TestCase; |
| 13 | - |
|
| 14 | 13 | use Symball\ReportBundle\Service\ReportQuery; |
| 15 | 14 | use Symball\ReportBundle\Interfaces\QueryInterface; |
| 16 | 15 | |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | use ConfigurationTestCaseTrait; |
| 28 | 28 | |
| 29 | 29 | protected function getContainerExtension() { |
| 30 | - return new SymballReportExtension(); |
|
| 30 | + return new SymballReportExtension(); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | protected function getConfiguration() |
@@ -21,9 +21,9 @@ |
||
| 21 | 21 | { |
| 22 | 22 | |
| 23 | 23 | protected function getContainerExtensions() { |
| 24 | - return array( |
|
| 25 | - new SymballReportExtension() |
|
| 26 | - ); |
|
| 24 | + return array( |
|
| 25 | + new SymballReportExtension() |
|
| 26 | + ); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | protected function getMinimalConfiguration() |