mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
调整Config相关单元测试用例
This commit is contained in:
@@ -16,10 +16,13 @@
|
||||
|
||||
namespace tests\thinkphp\library\think\config\driver;
|
||||
|
||||
use tests\thinkphp\library\think\config\ConfigInitTrait;
|
||||
use think\config;
|
||||
|
||||
class jsonTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
use ConfigInitTrait;
|
||||
|
||||
public function testParse()
|
||||
{
|
||||
Config::parse('{"jsonstring":1}', 'json');
|
||||
|
||||
Reference in New Issue
Block a user