From 2149b38e8134ce9c3cb134d0bc5a6fa1b3fb9b19 Mon Sep 17 00:00:00 2001 From: liugang Date: Sat, 27 Sep 2025 19:06:00 +0800 Subject: [PATCH] * [misc] Fix unit tests for biModel::sql2Statement() method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- module/bi/test/model/sql2statement.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/bi/test/model/sql2statement.php b/module/bi/test/model/sql2statement.php index 884878f0c7..b7dd91b26f 100755 --- a/module/bi/test/model/sql2statement.php +++ b/module/bi/test/model/sql2statement.php @@ -3,9 +3,6 @@ include dirname(__FILE__, 5) . '/test/lib/init.php'; include dirname(__FILE__, 2) . '/lib/bi.unittest.class.php'; -global $app; -$app->loadLang('dataview'); - /** title=测试 biModel::sql2Statement();