mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
change confusing name global to default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user