From 52b7ce6aa38977c63fbed90f20c0aeebec32b5b2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 6 Nov 2013 16:46:37 +0100 Subject: [PATCH] [remove/add_lang] Remove add_lang from functional tests --- tests/functional/portal_redirect_test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/portal_redirect_test.php b/tests/functional/portal_redirect_test.php index e2c2cb56..a667c130 100644 --- a/tests/functional/portal_redirect_test.php +++ b/tests/functional/portal_redirect_test.php @@ -17,7 +17,6 @@ class phpbb_functional_portal_redirect_test extends \board3\portal\tests\testfra parent::setUp(); $this->login(); $this->admin_login(); - $this->add_lang(array('mods/portal')); $this->enable_board3_portal_ext(); }