Andreas Fischer
950a3a7d95
[ticket/11619] Some tests for get_remote_file().
...
PHPBB3-11619
2013-07-03 15:31:24 +02:00
Andreas Fischer
30801e1f0a
Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympus
...
* marc1706/ticket/11579:
[ticket/11579] Add method for validating emails for valid MX and mark as slow
[ticket/11579] Do not extend validate_data_helper
[ticket/11579] Add missing commas to validate_username_test
[ticket/11579] Rework calls to validate_data_helper
[ticket/11579] Move simple tests into seperate files
[ticket/11579] Use test case helper class and use assert prefix for method
[ticket/11579] Move tests into seperate files depending on needed fixture
[ticket/11579] Remove unnecessary globals from validate_password()
[ticket/11579] Add remaining unit tests for validate_data functions
[ticket/11579] Add basic set of unit tests for validate_data()
2013-06-11 18:34:36 +02:00
Joas Schilling
d39ed5afc1
[ticket/11543] Add more users so #hidden <> #normal
...
PHPBB3-11543
2013-06-07 14:48:50 +02:00
Joas Schilling
ba665412ea
[ticket/11543] Use correct IP addresses and inject time for correct values
...
PHPBB3-11543
2013-06-06 22:54:18 +02:00
Joas Schilling
766be31f95
[ticket/11543] Add unit tests for obtain_users_online_string()
...
PHPBB3-11543
2013-06-06 22:54:17 +02:00
Joas Schilling
3301b01f4c
[ticket/11543] Add unit tests for obtain_users_online() with empty forum
...
PHPBB3-11543
2013-06-06 22:54:17 +02:00
Joas Schilling
6b3758edd0
[ticket/11543] Add unit tests for obtain_users_online()
...
PHPBB3-11543
2013-06-06 22:54:17 +02:00
Joas Schilling
057bbfa240
[ticket/11543] Add unit tests for obtain_guest_count()
...
PHPBB3-11543
2013-06-06 22:54:17 +02:00
Marc Alexander
c6ba894acd
[ticket/11579] Add method for validating emails for valid MX and mark as slow
...
A method for setting up the prerequisities also has been added in order to
reduce the amount of necessary code.
PHPBB3-11579
2013-06-05 17:40:45 +02:00
Marc Alexander
6a77ee1f30
[ticket/11579] Do not extend validate_data_helper
...
PHPBB3-11579
2013-06-05 17:05:10 +02:00
Marc Alexander
b288bd4414
[ticket/11579] Add missing commas to validate_username_test
...
PHPBB3-11579
2013-06-03 21:33:02 +02:00
Marc Alexander
11678678b8
[ticket/11579] Rework calls to validate_data_helper
...
PHPBB3-11579
2013-06-03 21:30:13 +02:00
Marc Alexander
c2bc82ebfd
[ticket/11579] Move simple tests into seperate files
...
PHPBB3-11579
2013-06-03 16:15:08 +02:00
Marc Alexander
3487b70cc0
[ticket/11579] Use test case helper class and use assert prefix for method
...
PHPBB3-11579
2013-06-03 16:06:11 +02:00
Marc Alexander
33a0859f4a
[ticket/11579] Move tests into seperate files depending on needed fixture
...
PHPBB3-11579
2013-05-30 20:34:21 +02:00
Marc Alexander
3f657bc63e
[ticket/11579] Add remaining unit tests for validate_data functions
...
This now includes tests for usernames, passwords, emails, and jabber
addresses. A few small changes had to be applied to phpbb_mock_cache
and phpbb_mock_user in order to incorporate needed methods.
PHPBB3-11579
2013-05-30 16:05:19 +02:00
Marc Alexander
3d625ab0cf
[ticket/11579] Add basic set of unit tests for validate_data()
...
This currently includes tests for the string, num, date, match, and
language iso validation functions.
PHPBB3-11579
2013-05-29 18:24:54 +02:00
Andreas Fischer
e84f5db4f5
[ticket/11538] Add unit tests for phpbb_validate_hex_colour().
...
PHPBB3-11538
2013-05-26 19:24:09 +02:00
Joas Schilling
1ee2543309
[ticket/11542] Use Czech as example as it contains non-latin characters
...
PHPBB3-11542
2013-05-17 02:13:51 +02:00
Andreas Fischer
f2fd0031f4
Merge remote-tracking branch 'nickvergessen/ticket/11542' into develop-olympus
...
* nickvergessen/ticket/11542:
[ticket/11542] Add non-existing default value for language select
[ticket/11542] Add lang_english_name to fixture
[ticket/11542] Add unit tests for language_select()
2013-05-17 00:34:35 +02:00
Joas Schilling
92e1e86e5c
[ticket/11542] Add non-existing default value for language select
...
PHPBB3-11542
2013-05-16 23:23:10 +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
Joas Schilling
14ab0ba594
[ticket/11542] Add lang_english_name to fixture
...
PHPBB3-11542
2013-05-15 15:18:28 +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
Joas Schilling
06edf15ac3
[ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
...
PHPBB3-11546
2013-05-15 14:05:56 +02:00
Joas Schilling
6900e8dae0
[ticket/11542] Add unit tests for language_select()
...
PHPBB3-11542
2013-05-14 20:32:36 +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
Andreas Fischer
8851f9589a
[ticket/11192] Merge dataProvider arrays because the test is the same now.
...
PHPBB3-11192
2012-11-16 16:20:55 +01:00
Andreas Fischer
7cbd440e7a
[ticket/11192] Mark negative byte numbers as unsupported.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Andreas Fischer
4e3a42f59f
[ticket/11192] Test strings not converted to int/float before.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Andreas Fischer
09c8c58a5c
[ticket/11192] Also test strings, e.g. sums returned by the database.
...
PHPBB3-11192
2012-11-16 08:00:12 +01:00
Andreas Fischer
b7ec639945
[ticket/11192] Also test powers of 10 / 1000.
...
PHPBB3-11192
2012-11-16 08:00:07 +01:00
Oleg Pudeyev
c15b98999e
[ticket/11192] Add tests.
...
PHPBB3-11192
2012-11-15 23:57:55 -05:00
Oleg Pudeyev
bb09cd9c8e
[ticket/10848] Add phpbb_ prefix.
...
PHPBB3-10848
2012-10-17 15:13:35 -04:00
Oleg Pudeyev
c630480ca1
[ticket/10848] Redirect from adm to installer correctly.
...
PHPBB3-10848
2012-10-17 15:08:09 -04:00