From 0119a21862bc433b50fe3914e3bae6f12f61129c Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Sun, 9 Mar 2014 19:17:12 +0100
Subject: [PATCH] [ticket/12090] Comment out broken test

PHPBB3-12090
---
 .../functional/fixtures/ext/foo/bar/controller/controller.php  | 3 +++
 1 file changed, 3 insertions(+)

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)