mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
cs-fix
This commit is contained in:
@@ -68,8 +68,8 @@ class ZMConfigTest extends TestCase
|
||||
public function testGetValueWhenKeyContainsDot(): void
|
||||
{
|
||||
$this->markTestSkipped('should it be supported?');
|
||||
// $this->assertEquals('c', $this->config->get('test.a.b'));
|
||||
// $this->assertEquals('d', $this->config->get('test.a.b.c'));
|
||||
// $this->assertEquals('c', $this->config->get('test.a.b'));
|
||||
// $this->assertEquals('d', $this->config->get('test.a.b.c'));
|
||||
}
|
||||
|
||||
public function testGetBooleanValue(): void
|
||||
|
||||
Reference in New Issue
Block a user