mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
PHP80 小修 (#187)
* migrate-php80 fix styles fix static analyse * fix some bugs
This commit is contained in:
@@ -94,9 +94,8 @@ class ZMConfigTest extends TestCase
|
||||
|
||||
/**
|
||||
* @dataProvider providerTestGetValue
|
||||
* @param mixed $expected
|
||||
*/
|
||||
public function testGetValue(string $key, $expected): void
|
||||
public function testGetValue(string $key, mixed $expected): void
|
||||
{
|
||||
$this->assertSame($expected, self::$config->get($key));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user