Remove empty RevisionRecordTest
authoraddshore <addshorewiki@gmail.com>
Tue, 19 Dec 2017 17:50:03 +0000 (17:50 +0000)
committeraddshore <addshorewiki@gmail.com>
Tue, 19 Dec 2017 17:50:03 +0000 (17:50 +0000)
Bug: T183219
Change-Id: Ic58308da4a54186995a2d985b40e0bbf86b8cef3

tests/phpunit/includes/Storage/RevisionRecordTest.php [deleted file]

diff --git a/tests/phpunit/includes/Storage/RevisionRecordTest.php b/tests/phpunit/includes/Storage/RevisionRecordTest.php
deleted file mode 100644 (file)
index ea5f209..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-namespace MediaWiki\Tests\Storage;
-
-use MediaWikiTestCase;
-
-/**
- * @covers \MediaWiki\Storage\RevisionRecord
- */
-class RevisionRecordTest extends MediaWikiTestCase {
-
-       public function testUserCanBitfield() {
-       }
-
-}