aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/db
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2023-10-29 21:21:10 +0100
committerUmherirrender <umherirrender_de.wp@web.de>2023-10-29 21:21:10 +0100
commit2d25906bbbe724057be294925c21135e3013d9f8 (patch)
treee0391e731074cb94cc5e9c78e9055f6d53fe4060 /tests/phpunit/integration/includes/db
parenta14076932e1bae305f8cdcc6bf962b9c85d0cfcb (diff)
downloadmediawikicore-2d25906bbbe724057be294925c21135e3013d9f8.tar.gz
mediawikicore-2d25906bbbe724057be294925c21135e3013d9f8.zip
tests: Add test file for sqlite updates since 1.41
Change-Id: I641a044e50590233e023c2de28ccc18f8b498287
Diffstat (limited to 'tests/phpunit/integration/includes/db')
-rw-r--r--tests/phpunit/integration/includes/db/DatabaseSqliteUpgradeTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/integration/includes/db/DatabaseSqliteUpgradeTest.php b/tests/phpunit/integration/includes/db/DatabaseSqliteUpgradeTest.php
index 484f70d1dd21..bb5808bd271a 100644
--- a/tests/phpunit/integration/includes/db/DatabaseSqliteUpgradeTest.php
+++ b/tests/phpunit/integration/includes/db/DatabaseSqliteUpgradeTest.php
@@ -168,6 +168,7 @@ class DatabaseSqliteUpgradeTest extends \MediaWikiIntegrationTestCase {
[ '1.38' ],
[ '1.39' ],
[ '1.40' ],
+ [ '1.41' ],
];
}