X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FRevision%2FMcrWriteBothRevisionStoreDbTest.php;h=8c0960bd385d789c405f21dca1a1409054d55ed9;hp=68d30009a431ad53234a51d37510fcf6e897c4e7;hb=04d1aa3033f40a38d721f7f0e88b5bac440d2869;hpb=90f5b55fa48a719905e828dbf731b078e71f6374 diff --git a/tests/phpunit/includes/Revision/McrWriteBothRevisionStoreDbTest.php b/tests/phpunit/includes/Revision/McrWriteBothRevisionStoreDbTest.php index 68d30009a4..8c0960bd38 100644 --- a/tests/phpunit/includes/Revision/McrWriteBothRevisionStoreDbTest.php +++ b/tests/phpunit/includes/Revision/McrWriteBothRevisionStoreDbTest.php @@ -1,4 +1,5 @@ assertRevisionExistsInDatabase( $return ); } + /** + * Conditions to use together with getSlotsQueryInfo() when selecting slot rows for a given + * revision. + * + * @return array + */ + protected function getSlotRevisionConditions( $revId ) { + return [ 'rev_id' => $revId ]; + } + }