@@ -228,6 +228,9 @@ discard block |
||
228 | 228 | return __DIR__ . '/../../../../../../var'; |
229 | 229 | } |
230 | 230 | |
231 | + /** |
|
232 | + * @param string $sourceDir |
|
233 | + */ |
|
231 | 234 | protected function cleanupVarDir($sourceDir) |
232 | 235 | { |
233 | 236 | $fs = new Filesystem(); |
@@ -312,7 +315,7 @@ discard block |
||
312 | 315 | /** |
313 | 316 | * Applies the given SQL $statements to the database in use. |
314 | 317 | * |
315 | - * @param array $statements |
|
318 | + * @param string[] $statements |
|
316 | 319 | */ |
317 | 320 | protected function applyStatements(array $statements) |
318 | 321 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
15 | 15 | use Doctrine\DBAL\Schema\Schema; |
16 | 16 | use eZ\Publish\Core\Base\ServiceContainer; |
17 | -use EzSystems\DoctrineSchema\API\Exception\InvalidConfigurationException; |
|
18 | 17 | use EzSystems\DoctrineSchema\Importer\SchemaImporter; |
19 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
20 | 19 | use eZ\Publish\API\Repository\Tests\SetupFactory; |