From 3a2d51d7e63d27efd34afaa51d5e8be0df48cf06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=98=B3?= Date: Tue, 14 Oct 2025 09:56:47 +0800 Subject: [PATCH] * [unittest] fix company data. --- module/compile/test/model/createbyjob.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/compile/test/model/createbyjob.php b/module/compile/test/model/createbyjob.php index 55574a078f..3c7d368e98 100755 --- a/module/compile/test/model/createbyjob.php +++ b/module/compile/test/model/createbyjob.php @@ -39,11 +39,6 @@ $compile->gen(0); $job = zenData('job'); $job->loadYaml('job_createbyjob', false, 2)->gen(5); -$company = zenData('company'); -$company->name->range('ZenTao'); -$company->code->range('zentao'); -$company->gen(1); - su('admin'); $compileTest = new compileTest();