Joas Schilling
e8fdc1545a
[ticket/12261] Add a functional test for redirect after using login_box()
...
PHPBB3-12261
2014-03-10 12:35:30 +01:00
Marc Alexander
3e815616c5
[ticket/11997] Fix redirect tests for mod rewrite
...
Controller routes that are supposed to link to parent directories can't be
tested as the links are incorrectly created depending on enabled mod rewrite
or not.
PHPBB3-11997
2013-12-28 16:50:15 +01:00
Marc Alexander
68ce16f9b3
[ticket/11997] Use path_helper in in foo/bar extension for redirect URLs
...
By using path_helper's clean_url() method, we'll be able to properly check
the full URL instead of just parts of the expected URL.
PHPBB3-11997
2013-12-27 17:55:14 +01:00
Marc Alexander
47ea6bc9e6
Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997
...
Conflicts:
tests/functional/fixtures/ext/foo/bar/config/services.yml
2013-12-07 13:32:19 +01:00
Joas Schilling
fbf5911ac5
[ticket/12016] Update functional tests to use service for event listeners
...
PHPBB3-12016
2013-11-13 17:38:58 +01:00
Joas Schilling
a0fca0acc2
[ticket/11997] Add functional test for redirects in controller
...
PHPBB3-11997
2013-11-13 16:30:20 +01:00
Nils Adermann
fe36375a36
[ticket/11700] Fix extension loading with namespaces
...
class loader now expects all classes to be prefixed with a backslash
when resolving paths
PHPBB3-11700
2013-09-19 18:29:08 +02:00
David King
4efbb893b7
[feature/controller] Fix line endings and permissions, and check responses
...
PHPBB3-10864
2012-11-16 17:36:39 -05:00
David King
5b013ddf5c
[feature/controller] Add controller functional test with template
...
PHPBB3-10864
2012-11-16 17:06:01 -05:00
David King
7691755883
[feature/controller] Adapt functional tests given new controller framework
...
PHPBB3-10864
2012-11-16 17:05:54 -05:00