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:
bsitu 2014-04-14 18:29:38 -07:00 committed by Bsitu
parent 57a2fe0542
commit d9def310b3

View file

@ -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,