diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-05-30 16:16:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-05-30 16:16:49 +0200 |
commit | 5c046b9493d05981264c18b304d217fc75eda9e2 (patch) | |
tree | 4f89e49d68c9cd611faec46cf604fe7c7854c15f /tests/functional | |
parent | 9e438bd266b07019f6295adeb9a6df40d476c9f1 (diff) | |
download | forums-5c046b9493d05981264c18b304d217fc75eda9e2.tar forums-5c046b9493d05981264c18b304d217fc75eda9e2.tar.gz forums-5c046b9493d05981264c18b304d217fc75eda9e2.tar.bz2 forums-5c046b9493d05981264c18b304d217fc75eda9e2.tar.xz forums-5c046b9493d05981264c18b304d217fc75eda9e2.zip |
[ticket/develop/11568] Remove unneccessary second call with wrong arguments
PHPBB3-11568
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/extension_controller_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
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'); |