* Adjust requestType for repo.

This commit is contained in:
caoyanyi
2023-12-29 14:25:20 +08:00
parent 5b2a28f95f
commit e941d739de
+2 -1
View File
@@ -3,7 +3,8 @@ class repoTest
{
public function __construct()
{
global $tester;
global $tester, $config;
$config->requestType = 'PATH_INFO';
$this->objectModel = $tester->loadModel('repo');
}