Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Nov 16, 2022
1 parent caf1653 commit c6a27f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/Functional/InstalledConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ public function testInstalledConfiguration(): void {
// Check is active configuration same as in Yaml file.
if (!$configDiffer->same($fileConfig, $activeConfig)) {
$differentConfigNames[] = $activeConfigName;
file_put_contents("foo_file_$activeConfigName.txt", print_r($configDiffer->normalize($fileConfig), TRUE));
file_put_contents("foo_active_$activeConfigName.txt", print_r($configDiffer->normalize($activeConfig), TRUE));
}
}

Expand Down

0 comments on commit c6a27f9

Please sign in to comment.