* Modify unit test directory structure and data generation method.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/task.class.php';
|
||||
include dirname(__FILE__, 2) . '/lib/task.unittest.class.php';
|
||||
|
||||
zdTable('task')->config('task_pause')->gen(7);
|
||||
zdTable('project')->config('project_pause')->gen(1);
|
||||
zenData('task')->loadYaml('task_pause')->gen(7);
|
||||
zenData('project')->loadYaml('project_pause')->gen(1);
|
||||
|
||||
/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user