* Add the initialized data for testsuiteTest::deleteCaseBySuiteIDTest.

This commit is contained in:
liumengyi
2023-09-22 11:12:30 +08:00
parent bf94473f01
commit fd9320f348
@@ -2,10 +2,13 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/testsuite.class.php';
su('admin');
zdTable('case')->gen(20);
zdTable('suitecase')->gen(3);
zdTable('testsuite')->gen(1);
zdTable('user')->gen(1);
su('admin');
/**