@@ -220,7 +220,7 @@ public function testConfigure(string $fileName)
220
220
###< doctrine/doctrine-bundle ###
221
221
222
222
YAML
223
- );
223
+ );
224
224
225
225
$ this ->configurator ->unconfigure ($ this ->recipeDb , self ::CONFIG_DB , $ this ->lock );
226
226
$ this ->assertEquals (self ::ORIGINAL_CONTENT , file_get_contents ($ dockerComposeFile ));
@@ -331,7 +331,7 @@ public function testConfigureFileWithExistingVolumes()
331
331
###< doctrine/doctrine-bundle ###
332
332
333
333
YAML
334
- );
334
+ );
335
335
336
336
$ this ->configurator ->unconfigure ($ this ->recipeDb , self ::CONFIG_DB , $ this ->lock );
337
337
// Not the same original, we have an extra breaks line
@@ -426,7 +426,7 @@ public function testConfigureFileWithExistingMarks()
426
426
###< doctrine/doctrine-bundle ###
427
427
428
428
YAML
429
- );
429
+ );
430
430
431
431
$ this ->configurator ->unconfigure ($ recipe , $ config , $ this ->lock );
432
432
$ this ->assertEquals ($ originalContent , file_get_contents ($ dockerComposeFile ));
@@ -541,7 +541,7 @@ public function testConfigureMultipleFiles()
541
541
###< doctrine/doctrine-bundle ###
542
542
543
543
YAML
544
- );
544
+ );
545
545
}
546
546
547
547
$ this ->configurator ->unconfigure ($ this ->recipeDb , self ::CONFIG_DB_MULTIPLE_FILES , $ this ->lock );
@@ -586,7 +586,7 @@ public function testConfigureEnvVar()
586
586
###< doctrine/doctrine-bundle ###
587
587
588
588
YAML
589
- );
589
+ );
590
590
}
591
591
592
592
$ this ->configurator ->unconfigure ($ this ->recipeDb , self ::CONFIG_DB_MULTIPLE_FILES , $ this ->lock );
@@ -668,7 +668,7 @@ public function testConfigureWithoutExistingDockerComposeFiles()
668
668
###< doctrine/doctrine-bundle ###
669
669
670
670
YAML
671
- );
671
+ );
672
672
673
673
$ this ->configurator ->unconfigure ($ this ->recipeDb , self ::CONFIG_DB , $ this ->lock );
674
674
$ this ->assertEquals (trim ($ defaultContent ), file_get_contents ($ dockerComposeFile ));
0 commit comments