* Modify unit test directory structure and data generation method.

This commit is contained in:
liyang
2024-04-22 14:25:50 +08:00
parent f909ed2792
commit 354c300c86
2674 changed files with 7803 additions and 7803 deletions
+4 -4
View File
@@ -19,10 +19,10 @@ cid=1
*/
zdTable('pipeline')->gen(5);
zdTable('user')->gen(10);
zdTable('company')->gen(1);
zdTable('oauth')->config('oauth')->gen(4);
zenData('pipeline')->gen(5);
zenData('user')->gen(10);
zenData('company')->gen(1);
zenData('oauth')->loadYaml('oauth')->gen(4);
$gitlab = $tester->loadModel('gitlab');