Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
Tests
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jan 2016 at 11:15 UTC
Updated:
22 Jan 2016 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
borisson_updated IS.
Comment #3
shabirahmad commentedComment #4
shabirahmad commentedHere's the patch
Comment #5
borisson_Awesome, thanks.
Comment #6
shabirahmad commented@Borison, Please have a look at the related issue (2646742) as well. We don't need the protected $indexId in the child class since it is already available here.
Comment #7
borisson_The patch added in #2646742: Remove duplicate indexId property from LanguageIntegrationTest can be integrated in this issue; we don't need a separate issue.
Comment #8
shabirahmad commentedOkay, here we go!
Comment #9
borisson_Looks great.
Comment #11
drunken monkeyAs hinted by borisson_ in the issue summary, it's actually not even necessary to save the return value of
$this->getTestIndex().Fixed that and committed. Thanks a lot for your contribution!