Merge "RCLFilters: make target and to/from parameters sticky again"
[lhc/web/wiklou.git] / tests / phpunit / includes / Storage / RevisionRecordTest.php
1 <?php
2
3 namespace MediaWiki\Tests\Storage;
4
5 use MediaWikiTestCase;
6
7 /**
8 * @covers \MediaWiki\Storage\RevisionRecord
9 */
10 class RevisionRecordTest extends MediaWikiTestCase {
11
12 public function testUserCanBitfield() {
13 }
14
15 }