* Fix requestType.

This commit is contained in:
朱金勇
2023-12-28 15:33:32 +08:00
parent c94affc051
commit d8156ee2c7
3 changed files with 5 additions and 9 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ class treeTest
{
public function __construct()
{
global $tester;
$this->objectModel = $tester->loadModel('tree');
global $config, $tester;
$config->requestType = 'PATH_INFO';
$this->objectModel = $tester->loadModel('tree');
}
/**