Skip to content

Commit

Permalink
SKD-5377: Introduce ENV array element manifest type
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavStrelchenko committed Nov 24, 2023
1 parent 24754ec commit 24376b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/SprykerSdkTest/Integrator/IntegratorFacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ public function testRunInstallationConfigureEnvChoices(): void
$this->assertFileExists($classPath);
$this->assertFileExists($testFilePath);

file_put_contents('envConfig.php', file_get_contents($classPath));

$this->assertSame(trim(file_get_contents($testFilePath)), trim(file_get_contents($classPath)));

$this->assertDuplicatedTargetDoesNotExistInFile(
Expand Down

0 comments on commit 24376b5

Please sign in to comment.