change confusing name global to default

This commit is contained in:
sunxyw
2022-08-23 15:59:55 +08:00
parent afa6411004
commit 29f5c3c758
2 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ class RefactoredConfigTest extends TestCase
'a' => [
'b.c' => 'd',
],
'global' => 'yes',
'default' => 'yes',
'another array' => [
'foo', 'bar',
],
@@ -154,7 +154,7 @@ class RefactoredConfigTest extends TestCase
public function providerTestGetFileLoadType(): array
{
return [
'global' => ['test', 'global'],
'default' => ['test', 'default'],
'environment' => ['test.development', 'environment'],
'patch' => ['test.patch', 'patch'],
// complex case are not supported yet