+ [unittest] init docs for storyModel::change.

This commit is contained in:
liumengyi
2025-06-10 08:11:48 +08:00
parent ccbf7555cc
commit b0e69c4bb8
+1
View File
@@ -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');