diff options
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/controller/controller.php | 8 |
1 files changed, 2 insertions, 6 deletions
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,18 +55,14 @@ 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', ), |