RevisionTest: Revision::constructFromRowArray is not a function
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 19 Dec 2017 03:24:46 +0000 (19:24 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 19 Dec 2017 03:24:46 +0000 (19:24 -0800)
commit7f02e0afb94e63449c8164314ff9979671009584
tree0fc609dddd0f87dce0b1edfc51840b27807a66b5
parente1aabf2f24aef20adc72db8a750704cbb33236c6
RevisionTest: Revision::constructFromRowArray is not a function

I'm guessing that RevisionStore::newMutableRevisionFromArray() is
what is supposed to be tested here, since Revision::__construct()
calls that if it gets an array.

Change-Id: Ia6c2e7eb667aa746a12ce74aad62e58d2468defd
tests/phpunit/includes/RevisionTest.php