Joas Schilling
96024e88e9
[ticket/10729] Also test *delete_user on posts and topics
...
PHPBB3-10729
2014-09-23 09:54:21 +02:00
Joas Schilling
d6008e896a
[ticket/10729] Fix handling of third parameter in 3.1
...
PHPBB3-10729
2014-09-23 09:42:30 +02:00
Joas Schilling
10b6399d30
[ticket/10729] Fix setup of the tests for 3.1
...
PHPBB3-10729
2014-09-23 09:38:35 +02:00
Joas Schilling
eeeb62b433
[ticket/10729] Update fixture to 3.1 database structure
...
PHPBB3-10729
2014-09-23 09:31:33 +02:00
Joas Schilling
9ff6358dc9
Merge branch 'ticket/10729' into ticket/10729-asc
...
Conflicts:
phpBB/includes/functions_user.php
2014-09-23 09:31:13 +02:00
Joas Schilling
bea5f94de6
[ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2
...
PHPBB3-10729
2014-09-23 09:03:44 +02:00
Joas Schilling
e28b93e0cc
[ticket/10729] Ensure that no bans exist before testing create_session
...
PHPBB3-10729
2014-09-22 23:56:31 +02:00
Joas Schilling
7fca351e05
[ticket/10729] Add assert messages and finish up tests
...
PHPBB3-10729
2014-09-22 02:01:54 +02:00
Joas Schilling
d7c12ccd60
[ticket/10729] Add tests for some special tables with unique conditions
...
PHPBB3-10729
2014-09-22 01:42:36 +02:00
Joas Schilling
74854ac65d
[ticket/10729] Add tests for user posts, reports and attachments
...
PHPBB3-10729
2014-09-22 00:55:34 +02:00
Dhruv
29ffddee71
[ticket/12962] bootstrap functional and ui test when php >5.3.19
...
PHPBB3-12962
2014-09-21 15:54:52 +05:30
Dhruv
77d52982c8
[ticket/12962] Add facebook/webdriver dependency
...
Create a new composer.json for tests dir and add
facebook/webdriver dependency
PHPBB3-12962
2014-09-21 14:24:29 +05:30
Dhruv
a1dff65cd1
[ticket/12962] Fix whitespace characters
...
PHPBB3-12962
2014-09-21 13:53:28 +05:30
Dhruv
20dfb23dd4
[ticket/12962] Force language=en for UI tests installation
...
PHPBB3-12962
2014-09-21 13:53:24 +05:30
Dhruv
c371e86fa1
[ticket/12962] Mark test skipped when phantom server not running
...
PHPBB3-12962
2014-09-21 13:53:19 +05:30
Dhruv
f21ef60175
[ticket/12962] Add quick-links JS test
...
PHPBB3-12962
2014-09-21 13:53:08 +05:30
Dhruv
77f8bb48fe
[ticket/12962] Add initial class for ui_testing
...
PHPBB3-12962
2014-09-21 12:07:06 +05:30
Marc Alexander
9bf58697dc
Merge branch 'ticket/13073' into ticket/13073-develop
...
Conflicts:
tests/controller/common_helper_route.php
2014-09-19 18:48:24 +02:00
Marc Alexander
3418683cfc
[ticket/13073] Remove _test suffix from common test class
...
PHPBB3-13073
2014-09-19 16:50:26 +02:00
Marc Alexander
d720428564
[ticket/13073] Switch $input with $expected and add paths with letters
...
PHPBB3-13073
2014-09-19 15:30:24 +02:00
Marc Alexander
543d68a7d3
[ticket/13073] Use abstract class for controller helper route tests
...
PHPBB3-13073
2014-09-19 15:21:04 +02:00
Marc Alexander
6fd54436ee
[ticket/13073] Add path regex to get_preg_expression() and add unit tests
...
We're now calling get_preg_expression() instead of hardcoding the regex into
the helper route method.
PHPBB3-13073
2014-09-19 13:54:15 +02:00
Marc Alexander
de7ed7c286
[ticket/13073] Use correct class names in test files
...
PHPBB3-13073
2014-09-19 12:01:31 +02:00
Tristan Darricau
c767712c64
[ticket/12657] Fix the order of the parameters for the constructor
...
PHPBB3-12657
2014-09-19 11:09:37 +02:00
Tristan Darricau
689eaab3e2
[ticket/12657] The test does not need to depend on the database
...
PHPBB3-12657
2014-09-19 11:09:35 +02:00
LEZY Thomas
fb08d1b27e
[ticket/12657] Remove unused global variables
...
PHPBB3-12657
2014-09-19 11:09:32 +02:00
LEZY Thomas
6e4348b0ea
[ticket/12657] Fix name temporary directory used by test file
...
PHPBB3-12657
2014-09-19 11:09:30 +02:00
LEZY Thomas
4a76763a8a
[ticket/12657] Add a test file for base case
...
PHPBB3-12657
2014-09-19 11:09:29 +02:00
rxu
c20b658f70
[ticket/13055] Add UTF-8 string tests for profile fields validation options
...
PHPBB3-13055
2014-09-19 09:31:28 +08:00
Marc Alexander
a6d9b42e5f
[ticket/13073] Rework route tests and add tests for more directory types
...
PHPBB3-13073
2014-09-19 00:35:17 +02:00
Marc Alexander
d74f45aee0
[ticket/13073] Test that routes from subfolders like /adm work
...
PHPBB3-13073
2014-09-19 00:11:36 +02:00
Marc Alexander
a70addbf14
[ticket/13073] Add tests for routes from adm pages
...
PHPBB3-13073
2014-09-19 00:07:31 +02:00
Tristan Darricau
7548bc89ea
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12963] Always use core_path and core_directory()
[ticket/12963] Remove old migration/ folder from tests
[ticket/12963] Revert back to "migrations" folder name for extensions
2014-09-18 14:04:22 +02:00
Joas Schilling
1da5c41ab3
[ticket/12963] Always use core_path and core_directory()
...
PHPBB3-12963
2014-09-18 11:21:53 +02:00
Joas Schilling
5ce61e8c3a
[ticket/12963] Remove old migration/ folder from tests
...
PHPBB3-12963
2014-09-18 11:21:51 +02:00
Joas Schilling
c220fa89a1
[ticket/12963] Revert back to "migrations" folder name for extensions
...
The issues that can be created with the name change are just too much
PHPBB3-12963
2014-09-18 10:45:08 +02:00
Cesar G
5a46ed398b
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12963] Fix the migration's finder for the tests (path, new instance)
2014-09-17 17:49:12 -07:00
Tristan Darricau
0d1f0c07fe
[ticket/12963] Fix the migration's finder for the tests (path, new instance)
...
PHPBB3-12963
2014-09-18 02:04:47 +02:00
Tristan Darricau
92d69255e4
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/12963] Correctly load migration files from migration/ in tests as well
2014-09-18 01:32:55 +02:00
Joas Schilling
180f9bf4fa
[ticket/12963] Correctly load migration files from migration/ in tests as well
...
PHPBB3-12963
2014-09-17 23:33:26 +02:00
Joas Schilling
45a4cf7ac5
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."
2014-09-17 21:25:20 +02:00
Joas Schilling
7729ae4ad0
[ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."
...
This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122.
PHPBB3-13064
2014-09-17 21:24:33 +02:00
Joas Schilling
bf6ecccd25
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
2014-09-17 19:59:47 +02:00
Joas Schilling
86ea314598
Merge pull request #2951 from Nicofuma/ticket/13064
...
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
* Nicofuma/ticket/13064:
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
2014-09-17 19:59:39 +02:00
Marc Alexander
f6ccb30781
Merge branch 'develop-ascraeus' into develop
2014-09-17 00:57:34 +02:00
Marc Alexander
20903c0a9b
Merge pull request #2922 from Nicofuma/ticket/13036
...
[ticket/13036] Make the reference type configurable when generating a route
2014-09-17 00:57:04 +02:00
Marc Alexander
5fa2d19756
Merge branch 'develop-ascraeus' into develop
2014-09-17 00:37:07 +02:00
Marc Alexander
4a06511d85
Merge pull request #2932 from Nicofuma/ticket/12963
...
[ticket/12963] Load extensions migrations from /migration
2014-09-17 00:36:38 +02:00
Tristan Darricau
a48b740b94
[ticket/13036] Complete tests
...
PHPBB3-13036
2014-09-16 21:56:45 +02:00
Tristan Darricau
bb5d6a2551
[ticket/13036] Add unit tests
...
PHPBB3-13036
2014-09-16 19:44:58 +02:00