From f21b3abe6030643f82ecbd75085948ae79010ba7 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 29 Jun 2023 01:23:02 +0000 Subject: [PATCH] * Refactor the export view of testcase. --- module/testcase/ui/export.html.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 module/testcase/ui/export.html.php diff --git a/module/testcase/ui/export.html.php b/module/testcase/ui/export.html.php new file mode 100644 index 0000000000..540c0a3f4e --- /dev/null +++ b/module/testcase/ui/export.html.php @@ -0,0 +1,12 @@ + + * @package testcase + * @link https://www.zentao.net + */ + +include '../../file/ui/export.html.php';