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
235d2069e0
[ticket/11997] Allow redirects to parent folders like previously
...
Redirects to parent folders were possible with the previous redirect function.
This change will allow these redirects again.
PHPBB3-11997
2013-12-21 16:31:20 +01:00
Marc Alexander
15913fdf79
[ticket/11997] Move expected redirect returns to controller and output to HTML
...
The controller will now output the expected redirect returns the same way the
redirect returns are output. The extension controller test will compare those
2 outputs.
PHPBB3-11997
2013-12-20 18:13:53 +01:00
Cesar G
c42bd28d17
[ticket/12009] Prevent user from enabling invalid extension through direct URL
...
PHPBB3-12009
2013-12-12 14:40:03 -08:00
Cesar G
2735982c55
[ticket/12009] Update functional test to check for invalid extensions.
...
PHPBB3-12009
2013-12-12 13:03:04 -08:00
Cesar G
495ded59f3
[ticket/12009] Fix functional tests.
...
PHPBB3-12009
2013-12-12 12:24:16 -08: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
Marc Alexander
f32a30eeca
[ticket/11997] Fix tests for path_helper's get_controller_redirect_url()
...
PHPBB3-11997
2013-12-07 13:28:44 +01:00
Nathan Guse
97bf88dd32
Merge pull request #1879 from Pico88/ticket/12026
...
[ticket/12026] Correct path for template files
2013-12-04 13:59:59 -08:00
Marc Alexander
80fa658e8f
[ticket/11842] Add functional test for creating group
...
PHPBB3-11842
2013-12-04 15:58:07 +01:00
Marc Alexander
abb2def48d
[ticket/11842] Use avatar_data for obtaining driver that should be deleted
...
PHPBB3-11842
2013-12-04 15:42:17 +01:00
Joas Schilling
9fbeae3e0c
[ticket/12026] Add functional test for ucp extension module
...
PHPBB3-12026
2013-12-03 18:10:33 +01:00
Joas Schilling
d213e23ab6
Merge remote-tracking branch 'Marc/ticket/11896' into develop
...
* Marc/ticket/11896:
[ticket/11896] Use $form_time and fix out of bounds $form_time
[ticket/11896] Correctly document return of null in docblocks
[ticket/11896] Minor code improvements in phpbb_functional_test_case
[ticket/11896] Add functional tests for marking all notifications read
[ticket/11896] Add ability to define expected message after posting
[ŧicket/11896] Set form_time with time() when marking all notifications read
2013-11-19 01:03:12 +01:00
Joas Schilling
1e73e0c954
[ticket/12017] Fix phpbb requirement in composer.json
...
PHPBB3-12017
2013-11-14 00:15:23 +01:00
Joas Schilling
4e2bb6ef53
[ticket/12017] Copy config/ dir so events work
...
PHPBB3-12017
2013-11-14 00:14:53 +01:00
Joas Schilling
009a1303f5
[ticket/12017] Remove IN_PHPBB defined check
...
PHPBB3-12017
2013-11-14 00:14:04 +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
Marc Alexander
95c2b12bf7
[ticket/11896] Add functional tests for marking all notifications read
...
PHPBB3-11896
2013-11-09 20:35:37 +01:00
Joas Schilling
7a8a440895
[ticket/12002] Change functional test to use link hash
...
PHPBB3-12002
2013-11-08 14:08:55 +01:00
Joas Schilling
bf7eab423e
[ticket/11994] Fix functional tests
...
PHPBB3-11994
2013-11-08 01:20:04 +01:00
Joas Schilling
d17bf9aa27
[ticket/11994] "Delete data" is only available for disabled extensions
...
PHPBB3-11994
2013-11-08 01:20:03 +01:00
Joas Schilling
12a6e2c603
[ticket/11994] Filter crawler for better search comparisons
...
PHPBB3-11994
2013-11-08 01:20:02 +01:00
Joas Schilling
40fcc906a2
[ticket/11994] Fix tests after uninstall rename
...
PHPBB3-11994
2013-11-08 01:20:00 +01:00
Joas Schilling
476464374a
[ticket/11994] Update functional tests with display name
...
PHPBB3-11994
2013-11-08 01:19:58 +01:00
Joas Schilling
e60588a259
[ticket/11994] Replace spaces with tabs
...
PHPBB3-11994
2013-11-08 01:19:56 +01:00
Joas Schilling
f98ddb23e8
[ticket/11994] Fix functional extension tests
...
PHPBB3-11994
2013-11-08 01:19:55 +01:00
Marc Alexander
9b0b5481fe
[ticket/11534] Check remote avatar content type if possible
...
This should make sure that error pages like 404 or 503 pages are not treated
as remote avatar images.
PHPBB3-11534
2013-10-24 23:43:40 +02:00
Marc Alexander
1d57ec1f65
[feature/passwords] Add functional tests for forum passwords
...
PHPBB3-11610
2013-10-13 12:06:02 +02:00
Andreas Fischer
2050a39da7
[feature/plupload/integration] Integration of Plupload
...
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
2013-10-11 17:40:16 +02:00
Nathan Guse
4ad1495768
[ticket/11903] Speed up paging test
...
PHPBB3-11903
2013-10-10 16:55:01 -05:00
Nathan Guse
1e2ceb456f
Merge pull request #1481 from dhruvgoel92/ticket/11608
...
[ticket/11608] add functional tests for search
2013-10-07 10:15:06 -07:00
Dhruv
8c73d28341
[ticket/11608] Mark failed test as incomplete for mysql search backend
...
PHPBB3-11608
2013-10-05 22:49:55 +05:30
Dhruv
67536eb9f7
[ticket/11608] Update search backend class names to namespaces
...
PHPBB3-11608
2013-10-05 21:21:15 +05:30
Dhruv
2b5311deac
[ticket/11608] Move markIncomplete to search backends test
...
PHPBB3-11608
2013-10-05 21:16:06 +05:30
Dhruv
72d939372f
[ticket/11608] Rename base search test class file
...
PHPBB3-11608
2013-10-05 21:16:05 +05:30
Dhruv
77ef82682e
[ticket/11608] Remove suffix test from base class
...
Rename base class to phpbb_functional_search_base and fix Docblocks as per
phpbb guidelines.
PHPBB3-11608
2013-10-05 21:16:04 +05:30
Dhruv
1cd888e0ee
[ticket/11608] Mark postgres search not found test as incomplete
...
PHPBB3-11608
2013-10-05 21:16:03 +05:30
Dhruv
5135ae2a24
[ticket/11608] Mark sphinx tests as incomplete for now
...
PHPBB3-11608
2013-10-05 21:16:02 +05:30
Dhruv
c31035d047
[ticket/11608] Mark failed search test incomplete for native search
...
PHPBB3-11608
2013-10-05 21:16:01 +05:30
Dhruv
a3482bded4
[ticket/11608] remove setUp method override
...
PHPBB3-11608
2013-10-05 21:15:59 +05:30
Dhruv
b31bb8653b
[ticket/11608] add search functional tests to search subfolder
...
PHPBB3-11608
2013-10-05 21:15:36 +05:30
Dhruv
07c259f4b1
[ticket/11608] rename search_found and not_found method
...
Rename search_found and search_not_found to assert_search_found and
assert_search_not_found. Count .errorbox incase the search backend is not
supported and skip tests
PHPBB3-11608
2013-10-05 21:15:34 +05:30
Dhruv
b7d55b8ff8
[ticket/11608] pass keywords to search_found and search_not_found test
...
PHPBB3-11608
2013-10-05 21:15:33 +05:30
Dhruv
e1030d3670
[ticket/11608] Set sphinx id from test_config file for tests
...
PHPBB3-11608
2013-10-05 21:15:32 +05:30
Dhruv
75d16da9fa
[ticket/11608] Use assertEquals for more accurate assertions
...
PHPBB3-11608
2013-10-05 21:15:31 +05:30
Dhruv
5825bf7d33
[ticket/11608] Use assertContainsLang to compare language strings
...
PHPBB3-11608
2013-10-05 21:15:30 +05:30
Dhruv
36da38f062
[ticket/11608] split search tests into separate files
...
Tests for each search backend are into their own separate files.
These separate classes inherit from a common search test case class.
PHPBB3-11608
2013-10-05 21:15:29 +05:30
Dhruv
9c082999bb
[ticket/11608] Check for word highlights in search results
...
Search tests check for highlighted words in search results
PHPBB3-11608
2013-10-05 21:15:27 +05:30
Dhruv
115599e78d
[ticket/11608] Mark sphinx test as incomplete
...
Sphinx search for the test board cannot be tested
PHPBB3-11608
2013-10-05 21:15:26 +05:30