From 71145968caf49c0873754ecca17cb20fc1551709 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 14 Nov 2013 19:26:03 +0100 Subject: [PATCH] [feature/module_services] Try fixing function tests for nginx --- tests/functional/portal_no_error_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/portal_no_error_test.php b/tests/functional/portal_no_error_test.php index d3fce5a8..c163e09b 100644 --- a/tests/functional/portal_no_error_test.php +++ b/tests/functional/portal_no_error_test.php @@ -22,7 +22,7 @@ class phpbb_functional_portal_no_error_test extends \board3\portal\tests\testfra public function test_vanilla_board() { - $crawler = self::request('GET', 'app.php/portal'); + $crawler = self::request('GET', 'app.php?portal'); } public function test_with_poll() @@ -35,7 +35,7 @@ class phpbb_functional_portal_no_error_test extends \board3\portal\tests\testfra if (isset($data)) { - $crawler = self::request('GET', 'app.php/portal'); + $crawler = self::request('GET', 'app.php?portal'); } } }