Skip to content

Commit 666d9ea

Browse files
committed
remove test
1 parent 9949fcf commit 666d9ea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Config/ConfigTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,3 @@
3636

3737
expect($tempDirectory->path())->toBe('/foo');
3838
});
39-
40-
it('merges the published config file with package config file and preserve published config values', function () {
41-
config()->set('backup.backup.destination', ['compression_method' => ZipArchive::CM_DEFLATE]);
42-
43-
$config = Config::fromArray(config('backup'));
44-
45-
expect($config->backup->destination)->toBeInstanceOf(DestinationConfig::class);
46-
expect($config->backup->destination->compressionMethod)->toBe(ZipArchive::CM_DEFLATE);
47-
});

0 commit comments

Comments
 (0)