+ [unittest] init docs for storyModel::change.
This commit is contained in:
@@ -37,6 +37,7 @@ $story1->reviewerHasChanged = '';
|
||||
$story1->estimate = 1;
|
||||
$story1->reviewer = array();
|
||||
$story1->version = 4;
|
||||
$story1->docs = 4;
|
||||
|
||||
$story2 = clone $story1;
|
||||
$story2->reviewer = array('admin', 'test2');
|
||||
|
||||
Reference in New Issue
Block a user