Move trivially compatible tests to the unit tests suite
[lhc/web/wiklou.git] / tests / phpunit / includes / RevisionMcrWriteBothDbTest.php
index bb62b2f..f9e33bc 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 use MediaWiki\Tests\Revision\McrWriteBothSchemaOverride;
 
 /**
@@ -43,4 +44,9 @@ class RevisionMcrWriteBothDbTest extends RevisionDbTestBase {
                yield [ $row, 789 ];
        }
 
+       public function provideGetRevisionText() {
+               yield [
+                       [ 'text' ]
+               ];
+       }
 }