From 49c4a68a22a0ac940fcf213b03b3f2a888a475b7 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Fri, 7 Jun 2019 15:25:14 +0200 Subject: [PATCH] Fix and re-enable ApiQueryLanguageinfoTest Anomie discovered (T225244#5250241) that we need to clear the language cache here; with that, the test should work again, so re-enable it. Bug: T225244 Change-Id: I67e8446a4ff64d12ab3a3a52a432a728d4139a69 --- tests/phpunit/includes/api/ApiQueryLanguageinfoTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/phpunit/includes/api/ApiQueryLanguageinfoTest.php b/tests/phpunit/includes/api/ApiQueryLanguageinfoTest.php index f4bab029f5..6bbdd3bd53 100644 --- a/tests/phpunit/includes/api/ApiQueryLanguageinfoTest.php +++ b/tests/phpunit/includes/api/ApiQueryLanguageinfoTest.php @@ -1,10 +1,8 @@