From 54ea9e0aefbd606a9fddb49ba755b1c959c031db Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 22 Sep 2023 14:19:48 +0200 Subject: [PATCH] [ticket/17195] Remove reference to travis [skip ci] PHPBB3-17195 --- tests/functional/extension_controller_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php index 65e726c484..5c42a2353b 100644 --- a/tests/functional/extension_controller_test.php +++ b/tests/functional/extension_controller_test.php @@ -142,8 +142,8 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c */ public function test_login_redirect() { - $this->markTestIncomplete('Session table contains incorrect data for controllers on travis,' - . 'therefor the redirect fails.'); + $this->markTestIncomplete('Session table contains incorrect data for controllers on CI,' + . 'therefore the redirect fails.'); $crawler = self::request('GET', 'app.php/foo/login_redirect'); $this->assertContainsLang('LOGIN', $crawler->filter('h2')->text());