Marc Alexander
4b9434bf1b
[ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO).
...
PHPBB3-13531
2015-01-21 01:02:08 +01:00
Joas Schilling
a12a7d0b90
Merge pull request #2460 from Nicofuma/ticket/11224
...
[ticket/11224] SQL cache destroy does not destroy queries to tables joined
2014-10-06 23:20:50 +02:00
Tristan Darricau
74a96bf7c2
[ticket/11224] Adds a test case
...
PHPBB3-11224
2014-09-24 16:16:47 +02:00
Marc Alexander
8bd1853b56
Merge pull request #2981 from nickvergessen/ticket/10729
...
Ticket/10729 Update editor information when user being deleted
2014-09-23 11:08:56 +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
Joas Schilling
122898d221
Merge pull request #2350 from Nicofuma/ticket/11480
...
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
* Nicofuma/ticket/11480:
[ticket/11480] Move the test into get_folder()
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
[ticket/11480] Fix typos
[ticket/11480] Add functionnal test
[ticket/11480] PM : "Unknown folder" returned when inbox folder is full
2014-08-01 22:17:17 +02:00
Tristan Darricau
0ce27eacb1
[ticket/11480] Fix the double spaces in phpbb_functional_test_case
...
PHPBB3-11480
2014-06-30 00:33:33 +02:00
Tristan Darricau
5762af6180
[ticket/11480] Fix typos
...
PHPBB3-11480
2014-05-29 22:45:34 +02:00
Tristan Darricau
9c8e843def
[ticket/11480] Add functionnal test
...
PHPBB3-11480
2014-05-29 14:56:45 +02:00
Tristan Darricau
292908ca4a
[ticket/11224] Use assertNotEquals(false) instead of assertNotFalse()
...
assertNotFalse() is unavailable with the version of phpunit used with php
5.2
PHPBB3-11224
2014-05-15 01:50:44 +02:00
Tristan Darricau
b7f54e42b2
[ticket/11224] Add unit test
...
PHPBB3-11224
2014-05-15 00:22:27 +02:00
Joas Schilling
333120a992
[ticket/10839] Fix note about running slow tests and build task
...
PHPBB3-10839
2014-05-09 11:19:49 +02:00
Joas Schilling
675cef9c2e
Merge pull request #2195 from Elsensee/ticket/10423
...
[ticket/10423] Remove * from search or highlight string
* Elsensee/ticket/10423:
[ticket/10423] Replace foreach with function in viewtopic.php
[ticket/10423] Remove unnecessary include in test
[ticket/10423] Match multiple wildcards
[ticket/10423] Move code into a function and add tests for it
[ticket/10423] Remove * from search or highlight string
2014-04-15 23:23:26 +02:00
Oliver Schramm
601ecd3da1
[ticket/10423] Remove unnecessary include in test
...
PHPBB3-10423
2014-04-15 20:43:01 +02:00
Oliver Schramm
dde7ac3b2b
[ticket/10423] Match multiple wildcards
...
Multiple wildcards are removed from the string if there is
no word before or after them. If there is a word before or
after them, they are just replaced with a single one.
PHPBB3-10423
2014-04-13 21:36:09 +02:00
Oliver Schramm
face175471
[ticket/10423] Move code into a function and add tests for it
...
PHPBB3-10423
2014-04-13 21:15:14 +02:00
Oliver Schramm
31e1d7be8d
[ticket/12341] Add tests for get_username_string()
...
PHPBB3-12341
2014-04-01 23:53:04 +02:00
Joas Schilling
943e4e35ee
Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympus
...
* exreaction/ticket/12202:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
2014-03-14 13:53:55 +01:00
Joas Schilling
1f8ab1c196
[ticket/12202] Use an array in the data provider instead of exploding manually
...
PHPBB3-12202
2014-03-14 13:18:30 +01:00
Joas Schilling
03eb23cbae
Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympus
...
* bantu/ticket/12176:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
2014-03-13 10:16:41 +01:00
Andreas Fischer
e123b0c0a0
[ticket/12176] Reword comment about config entries.
...
PHPBB3-12176
2014-03-13 00:53:07 +01:00
Joas Schilling
ca92ed918a
[ticket/12176] Add newest_user_colour to config array to ensure it exists
...
PHPBB3-12176
2014-03-12 20:08:55 +01:00
Nathaniel Guse
50dd76aef3
[ticket/12202] Fix tests
...
PHPBB3-12202
2014-03-09 17:16:45 -05:00
Nathan Guse
49734db9cd
[ticket/12202] Test for parse_cfg_file
...
PHPBB3-12202
2014-03-09 15:20:42 -05:00
Joas Schilling
ffbc7ccb64
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
...
PHPBB3-12205
2014-02-25 18:24:45 +01:00
Andreas Fischer
587241f3a9
[ticket/12176] Add functional test for founder deletion message.
...
PHPBB3-12176
2014-02-15 02:27:54 +01:00
Nathan Guse
90f3cc48e5
Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus
...
* remotes/bantu/ticket/12046:
[ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:04 -06:00
Andreas Fischer
e41cd384f5
[ticket/12056] Fix failure due to "Creating default object from empty value".
...
PHPBB3-12056
2013-12-04 13:22:47 +01:00
Andreas Fischer
981df153d2
[ticket/11699] Also exclude the phpBB/cache directory.
...
PHPBB3-11699
2013-11-29 14:02:50 +01:00
Andreas Fischer
0834a749e7
[ticket/11699] Properly exclude the .git directory. Namely missing dot prefix.
...
PHPBB3-11699
2013-11-29 14:00:55 +01:00
Andreas Fischer
4171ef9ed7
[ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
...
PHPBB3-12046
2013-11-29 13:53:11 +01:00
Andreas Fischer
97b1d70a37
[ticket/11699] Exclude build/new_version and build/old_versions from lint.
...
PHPBB3-11699
2013-11-29 10:50:38 +01:00
Andreas Fischer
02f9d179e5
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
2013-09-28 15:02:44 +02:00
Joas Schilling
c6aefcf555
[ticket/11873] Add unit test for large password input.
...
The password should be rejected quite fast.
PHPBB3-11873
2013-09-28 03:14:18 +02:00
Nathan
b17d15276f
[ticket/11831] getAttribute was replaced with attr
...
PHPBB3-11831
2013-09-06 12:36:40 -05:00
Andreas Fischer
d089f9693a
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[ticket/11775] Fix doc blocks syntax
[ticket/11775] Remove spaces at line ends
[ticket/11775] Split test into multiple steps
[ticket/11775] Add functional test for moving the last post
[ticket/11775] Backport moving of the posting functions to 3.0
[ticket/11775] Fix error when moving the last post to another topic
2013-08-15 01:37:56 +02:00
Joas Schilling
c30d4025d2
[ticket/11775] Fix doc blocks syntax
...
PHPBB3-11775
2013-08-15 01:36:38 +02:00
Joas Schilling
4b0adfcff5
[ticket/11775] Remove spaces at line ends
...
PHPBB3-11775
2013-08-15 01:35:02 +02:00
Joas Schilling
63535b196d
[ticket/11775] Split test into multiple steps
...
PHPBB3-11775
2013-08-12 15:38:20 +02:00
Joas Schilling
a9b5e77e68
[ticket/11775] Add functional test for moving the last post
...
PHPBB3-11775
2013-08-09 00:41:28 +02:00
Joas Schilling
a6e69f377b
[ticket/11775] Backport moving of the posting functions to 3.0
...
PHPBB3-11775
2013-08-08 23:33:26 +02:00
s9e
9db1728b4b
[ticket/11762] Added call to test class's parent::setUp().
...
Added call to test class's parent::setUp(). Updated copyright year.
PHPBB3-11762
2013-08-03 14:06:43 +02:00
s9e
68aa974a20
[ticket/11762] Fixed test's filename
...
PHPBB3-11762
2013-08-03 12:29:23 +02:00
s9e
8a02db317e
[ticket/11762] Use the === operator to distinguish "0" from ""
...
PHPBB3-11762
2013-08-03 12:20:52 +02:00
Andreas Fischer
90e532430c
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[ticket/11720] Add functional test for submitting report as user
[ticket/11720] Do not call $captcha->validate if $captcha is not set
2013-07-22 00:50:49 +02:00
Marc Alexander
865bf0db3d
[ticket/11720] Add functional test for submitting report as user
...
The already existing functional tests were not ran as the filename was
missing the appended "_test".
PHPBB3-11720
2013-07-21 18:50:06 +02:00