diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-09 19:17:12 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-09 19:17:12 +0100 |
commit | 0119a21862bc433b50fe3914e3bae6f12f61129c (patch) | |
tree | adb1f672bd23af0aa52309e77221864818195a08 | |
parent | b29c4c635865444cacb67407c767951c83040036 (diff) | |
download | forums-0119a21862bc433b50fe3914e3bae6f12f61129c.tar forums-0119a21862bc433b50fe3914e3bae6f12f61129c.tar.gz forums-0119a21862bc433b50fe3914e3bae6f12f61129c.tar.bz2 forums-0119a21862bc433b50fe3914e3bae6f12f61129c.tar.xz forums-0119a21862bc433b50fe3914e3bae6f12f61129c.zip |
[ticket/12090] Comment out broken test
PHPBB3-12090
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/controller/controller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/controller/controller.php b/tests/functional/fixtures/ext/foo/bar/controller/controller.php index 36f232baec..45246f8a97 100644 --- a/tests/functional/fixtures/ext/foo/bar/controller/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller/controller.php @@ -70,10 +70,13 @@ class controller $this->helper->route('foo_tests_index_controller'), $rewrite_prefix . 'tests/index', ), + /** + * Symfony does not allow /../ in routes array( $this->helper->route('foo_tests_dotdot_index_controller'), $rewrite_prefix . 'index', ), + */ ); foreach ($redirects as $redirect) |