diff --git a/tests/functional/fixtures/ext/foo/bar/controller/controller.php b/tests/functional/fixtures/ext/foo/bar/controller/controller.php index fc0f6e21af..558b202948 100644 --- a/tests/functional/fixtures/ext/foo/bar/controller/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller/controller.php @@ -55,17 +55,13 @@ class controller 'index.php', ), array( - append_sid($this->root_path . '../index.' . $this->php_ext), - '../index.php', + append_sid($this->root_path . 'foo/bar/index.' . $this->php_ext), + 'foo/bar/index.php', ), array( append_sid($this->root_path . 'tests/index.' . $this->php_ext), 'tests/index.php', ), - array( - append_sid($this->root_path . '../tests/index.' . $this->php_ext), - '../tests/index.php', - ), array( $this->helper->url('index'), $rewrite_prefix . 'index',