* testcase: assign the javascript global variables to dtable.

This commit is contained in:
liugang
2023-06-29 19:03:48 +08:00
parent 3a7980c9da
commit 53e7a74c10
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -10,7 +10,6 @@ declare(strict_types=1);
*/
namespace zin;
jsVar('browseType', strtolower($browseType));
jsVar('scene', $lang->testcase->sceneb);
jsVar('automated', $lang->testcase->automated);
jsVar('children', $lang->childrenAB);