mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Fix unit test in ApiFlowThankIntegrationTest.php
Looks like this is the only spot to fix for rev_type_id Change-Id: Ie89b7d8090ca1c759f320d33d407fccdc7eb66c1
This commit is contained in:
parent
57a2fe0542
commit
d9def310b3
|
@ -188,6 +188,7 @@ class ApiFlowThankTest extends ApiTestCase {
|
|||
|
||||
// flow_tree_revision
|
||||
'tree_rev_descendant_id' => $uuidPost->getBinary(),
|
||||
'rev_type_id' => $uuidPost->getBinary(),
|
||||
'tree_rev_id' => $uuidRevision->getBinary(),
|
||||
'tree_orig_create_time' => wfTimestampNow(),
|
||||
'tree_orig_user_id' => $userId,
|
||||
|
|
Loading…
Reference in a new issue