Andreas Fischer
30f7c52dbb
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
2013-05-16 17:46:19 +02:00
Joas Schilling
38dbfc17a7
[ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
...
The given path is an absolute path in general, just not on our current system.
PHPBB3-11545
2013-05-16 17:30:23 +02:00
Andreas Fischer
fad37dd383
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11541] Add unit tests for style_select()
2013-05-15 14:30:40 +02:00
Andreas Fischer
c6de880cdb
Merge remote-tracking branch 'nickvergessen/ticket/11541' into develop-olympus
...
* nickvergessen/ticket/11541:
[ticket/11541] Add unit tests for style_select()
2013-05-15 14:28:16 +02:00
Andreas Fischer
44c4c3ed98
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
2013-05-15 14:10:51 +02:00
Joas Schilling
06edf15ac3
[ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
...
PHPBB3-11546
2013-05-15 14:05:56 +02:00
Andreas Fischer
fd3b257468
[ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.
...
PHPBB3-11540
2013-05-15 13:52:02 +02:00
Andreas Fischer
f7fa95f6fa
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11540] Add unit tests for is_absolute()
2013-05-15 13:50:54 +02:00
Joas Schilling
25be16748d
[ticket/11541] Add unit tests for style_select()
...
PHPBB3-11541
2013-05-14 20:29:38 +02:00
Joas Schilling
3f75534258
[ticket/11540] Add unit tests for is_absolute()
...
PHPBB3-11540
2013-05-14 18:27:09 +02:00
Nathan Guse
bcf7ea3310
Merge remote-tracking branch 'remotes/cyberalien/ticket/11533' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11533:
[ticket/11533] Update unit tests
[ticket/11533] Fix colspan and unnecessary tables
[ticket/11533] Change list to table for notification settings
[ticket/11533] Columns counter for notification settings
2013-05-12 18:56:34 -05:00
Marc Alexander
bd6cebfe38
[ticket/11465] Increase count of disabled extensions to 5 in functional test
...
The ACP function test checks the amount of disabled extensions. Due to
the added disabled extension for the tests of the acp_modules method
get_module_infos(), this needed to be increased from 4 to 5.
PHPBB3-11465
2013-05-12 22:44:59 +02:00
Marc Alexander
7e70eec5a3
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465
2013-05-12 22:41:00 +02:00
Marc Alexander
f90ed6c3cb
[ticket/11465] Add disabled ext to allow proper testing of get_module_infos()
...
This will now also enable us to test the $use_all_available parameter of
get_module_infos(), which will not only return the module infos for enabled
extensions but also those from disabled extensions.
PHPBB3-11465
2013-05-12 22:24:50 +02:00
Marc Alexander
7327f9326f
[ticket/11465] Add tests for optional arguments of get_module_infos()
...
The possibilities of the first argument have already been covered
previously. The second argument will be covered with an entry that
should exist, an incorrect entry, and the default false entry that
should use the previously set module class. Unfortunately, the third
argument doesn't have an effect in the tests, as the mocked extension
manager will not properly handle enabled/disabled extensions.
PHPBB3-11465
2013-05-12 16:57:30 +02:00
Vjacheslav Trushkin
f17e67364d
[ticket/11533] Update unit tests
...
Update notification settings functional unit test for new layout
PHPBB3-11533
2013-05-11 23:33:40 +03:00
Marc Alexander
6a1fa3e0f4
[ticket/11465] Add comments explaining the tests
...
PHPBB3-11465
2013-05-10 13:54:15 +02:00
Andreas Fischer
e043763905
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11529] Format markdown code correctly
[ticket/11529] Rename RUNNING_TESTS.txt to RUNNING_TESTS.md
2013-05-09 20:08:31 +02:00
Nils Adermann
ab3b0df244
[ticket/11529] Format markdown code correctly
...
PHPBB3-11529
2013-05-09 20:06:12 +02:00
Nils Adermann
1c9d36615a
[ticket/11529] Rename RUNNING_TESTS.txt to RUNNING_TESTS.md
...
PHPBB3-11529
2013-05-09 19:59:34 +02:00
Nils Adermann
3327739290
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.
[ticket/11513] Update all CLI calls to phpunit to use vendor/bin.
[ticket/11513] Use PHPUnit from composer in .travis.yml.
[ticket/11513] Update (all) composer dependencies.
[ticket/11513] Add PHPUnit 3.7 and DbUnit 1.2 as a composer dev dependency.
Conflicts:
.travis.yml
phpBB/composer.lock
2013-05-09 19:42:13 +02:00
Andreas Fischer
c31123e8a4
[ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.
...
PHPBB3-11513
2013-05-09 19:21:40 +02:00
Andreas Fischer
f2f97dd5e0
[ticket/11513] Update all CLI calls to phpunit to use vendor/bin.
...
PHPBB3-11513
2013-05-09 19:21:40 +02:00
Oleg Pudeyev
88d4964f0e
Merge PR #1209 branch 'dhruvgoel92/ticket/10325' into develop
...
# By Dhruv
# Via Dhruv
* dhruvgoel92/ticket/10325:
[ticket/10325] move migration into a new file
[ticket/10325] fix acp language
[ticket/10325] use assert_response_success parts
[ticket/10325] fix language in acp and ucp
[ticket/10325] add assert_response_success in test
[ticket/10325] functional tests for forgot password functionality
[ticket/10325] add logout function in functional_test_case
[ticket/10325] fix language in acp and ucp
[ticket/10325] improve acp option language
[ticket/10325] fix language key
[ticket/10325] fix language variable
[ticket/10325] change language var
[ticket/10325] fix language
[ticket/10325] add new config value to database
[ticket/10325] trigger error if forgot password option disabled
[ticket/10325] add allow forgot password option in acp
2013-05-08 08:23:11 -04:00
Joas Schilling
54680b9709
[ticket/11450] Limit scopes of filters and add better docs
...
PHPBB3-11450
2013-05-08 08:47:28 +02:00
Joas Schilling
4c9c1d8c02
[ticket/11450] Use helpers to copy/remove files
...
PHPBB3-11450
2013-05-08 08:47:27 +02:00
Joas Schilling
65c407044e
[ticket/11450] Move mocked class into mock/metadata_manager.php
...
PHPBB3-11450
2013-05-08 08:47:26 +02:00
Joas Schilling
d75af4109f
[ticket/11450] Add new line at end of file
...
PHPBB3-11450
2013-05-08 08:47:26 +02:00
Joas Schilling
74f3161b4b
[ticket/11450] Fix tests class name
...
PHPBB3-11450
2013-05-08 08:47:25 +02:00
Joas Schilling
a44a35926f
[ticket/11450] Require db_tools file to be included
...
PHPBB3-11450
2013-05-08 08:47:24 +02:00
Joas Schilling
0de153d903
[ticket/11450] Add test for unexisting composer.json
...
PHPBB3-11450
2013-05-08 08:47:23 +02:00
Joas Schilling
269c2ce98d
[ticket/11450] Test the extensions details page in ACP Customise Tab
...
PHPBB3-11450
2013-05-08 08:47:22 +02:00
Joas Schilling
62f35121d9
[ticket/11450] Fix all instances of phpbb_extension_metadata_manager
...
PHPBB3-11450
2013-05-08 08:47:21 +02:00
Oleg Pudeyev
01eded7cc2
Merge PR #1388 branch 'dhruvgoel92/ticket/11288' into develop
...
# By Dhruv
# Via Dhruv
* dhruvgoel92/ticket/11288:
[ticket/11288] fix regex in postgres
[ticket/11288] add search tests cases
2013-05-06 15:46:00 -04:00
Nathaniel Guse
9608d9bf1e
[ticket/11519] Rename test event template file
...
As requested by Oleg
https://github.com/phpbb/phpbb3/pull/1340#issuecomment-17306967
PHPBB3-11519
2013-05-04 11:45:49 -05:00
Dhruv
3a30bd2753
[ticket/11288] add search tests cases
...
PHPBB3-11288
2013-05-04 18:25:43 +05:30
Nils Adermann
7320e4a535
Merge pull request #1348 from nickvergessen/ticket/11495
...
Ticket/11495 Nested Set Implementation
2013-05-02 15:04:19 -07:00
Nathaniel Guse
356bc00a29
[ticket/11435] Mark extension spacing test as incomplete
...
This test fails until 11435 is fixed
Add newlines at EOF
PHPBB3-11435
2013-04-30 23:21:50 -05:00
Joas Schilling
d7787682df
[ticket/11495] Throw exception when item that should be deleted does not exist
...
PHPBB3-11495
2013-04-30 22:19:35 +02:00
Dhruv
1d0c8a1fe8
[ticket/10325] use assert_response_success parts
...
PHPBB3-10325
2013-04-30 23:09:28 +05:30
Dhruv
a5b5e4b31d
[ticket/10325] add assert_response_success in test
...
PHPBB3-10325
2013-04-30 22:29:20 +05:30
Joas Schilling
d1d59dc5cc
[ticket/11495] Remove unneccessary values from tests
...
PHPBB3-11495
2013-04-30 18:33:28 +02:00
Joas Schilling
2f54a63b0f
[ticket/11495] Fix more grammar issues in doc blocks
...
PHPBB3-11495
2013-04-30 18:24:54 +02:00
Joas Schilling
fe02218a2d
[ticket/11495] Remove forum_parents from tests where it is not required
...
PHPBB3-11495
2013-04-30 18:11:24 +02:00
Joas Schilling
39ff3ed15f
[ticket/11495] Add proper testing of item_parent to tests
...
PHPBB3-11495
2013-04-30 18:05:44 +02:00
Joas Schilling
714092ab4e
[ticket/11495] Add owns_lock() method to lock classes
...
PHPBB3-11495
2013-04-30 15:48:29 +02:00
Joas Schilling
863d0c7687
[ticket/11495] Fix some more comments and the package tag
...
PHPBB3-11495
2013-04-30 14:36:26 +02:00
Joas Schilling
67f2edae17
[ticket/11495] Use descendants and ancestors instead of parents/children
...
PHPBB3-11495
2013-04-30 13:58:03 +02:00
Joas Schilling
4810c61fd7
[ticket/11495] Remove get_parent_data from interface and rename it
...
The method is implementation specific and has no use, apart from cache, that is
not covered by get_path_data().
PHPBB3-11495
2013-04-30 10:37:59 +02:00
Joas Schilling
8a4260703f
[ticket/11495] Fix some docs and replace branch with other terms
...
PHPBB3-11495
2013-04-30 10:32:01 +02:00