From 5c046b9493d05981264c18b304d217fc75eda9e2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 May 2013 16:16:49 +0200 Subject: [ticket/develop/11568] Remove unneccessary second call with wrong arguments PHPBB3-11568 --- tests/functional/extension_controller_test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/functional/extension_controller_test.php') diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php index 3e9428e82c..28805e7b5d 100644 --- a/tests/functional/extension_controller_test.php +++ b/tests/functional/extension_controller_test.php @@ -114,7 +114,6 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c { $this->phpbb_extension_manager->enable('foo/bar'); $crawler = $this->request('GET', 'app.php?controller=foo/baz', array(), true); - $this->request('GET', 'app.php?controller=foo/baz', false); $this->assert_response_success(500); $this->assertContains('Missing value for argument #1: test in class phpbb_ext_foo_bar_controller:baz', $crawler->filter('body')->text()); $this->phpbb_extension_manager->purge('foo/bar'); -- cgit v1.2.1