From d9def310b3ba1da2269f6353412a75b4976ab93d Mon Sep 17 00:00:00 2001 From: bsitu Date: Mon, 14 Apr 2014 18:29:38 -0700 Subject: [PATCH] Fix unit test in ApiFlowThankIntegrationTest.php Looks like this is the only spot to fix for rev_type_id Change-Id: Ie89b7d8090ca1c759f320d33d407fccdc7eb66c1 --- tests/ApiFlowThankIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ApiFlowThankIntegrationTest.php b/tests/ApiFlowThankIntegrationTest.php index 1f7a0d92..c313da9b 100644 --- a/tests/ApiFlowThankIntegrationTest.php +++ b/tests/ApiFlowThankIntegrationTest.php @@ -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,