From beccc742d367ae52eb3f438ec38ed6849c3ec414 Mon Sep 17 00:00:00 2001 From: lixiaoyu Date: Mon, 23 Sep 2024 16:11:29 +0800 Subject: [PATCH] *[task#129121,doing,0.5h,3h] add zendata of create branch --- module/branch/test/ui/createbranch.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 module/branch/test/ui/createbranch.php diff --git a/module/branch/test/ui/createbranch.php b/module/branch/test/ui/createbranch.php new file mode 100644 index 0000000000..c3d3b26644 --- /dev/null +++ b/module/branch/test/ui/createbranch.php @@ -0,0 +1,20 @@ +#!/usr/bin/env php +id->range('12'); +$product->name->range('多分支产品'); +$product->status->range('normal'); +$product->type->range('branch'); +$product->gen(1); + +$tester = new createBranchTester(); +$tester->login(); + +$productID['productID'] = 11; +$branch = new stdClass(); +$branch->name = ''; + +$tester->closeBrowser();