Nils Adermann
f22c99ffdb
Merge remote-tracking branch 'github-p/ticket/10882' into develop
...
* github-p/ticket/10882:
[ticket/10882] Fix test name - oops.
[ticket/10882] Add a test for including a nonexistent file.
[ticket/10882] Add test for an ENDIF without IF.
[ticket/10882] Add test for an invalid template tag.
2012-06-12 00:57:34 +02:00
Oleg Pudeyev
241033ae88
[ticket/10882] Fix test name - oops.
...
PHPBB3-10882
2012-06-11 18:50:05 -04:00
Nils Adermann
4ebcb5319e
Merge remote-tracking branch 'github-p/ticket/10828' into develop-olympus
...
* github-p/ticket/10828:
[ticket/10828] Connect to postgres database by default.
2012-06-12 00:44:59 +02:00
Nils Adermann
a0771b8814
Merge pull request #814 from p/ticket/10828
...
[ticket/10828] Connect to postgres database by default.
2012-06-11 15:42:26 -07:00
Nils Adermann
3852f78bb4
Merge pull request #796 from imkingdavid/ticket/10837
...
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
2012-06-11 14:30:33 -07:00
Andreas Fischer
72212077eb
[ticket/10931] Also test get_bytes() and get_string() with false.
...
PHPBB3-10931
2012-06-11 15:46:03 +02:00
Andreas Fischer
cbff02db4f
[ticket/10931] Make to_numeric function globally available.
...
PHPBB3-10931
2012-06-11 15:46:03 +02:00
Andreas Fischer
09fb9a9efe
[ticket/10931] Make sure get_bytes() always returns either an int or a float.
...
PHPBB3-10931
2012-06-11 15:15:08 +02:00
Andreas Fischer
44287e57bf
[ticket/10931] Use strict assertSame() instead of assertEquals().
...
PHPBB3-10931
2012-06-11 14:47:29 +02:00
Andreas Fischer
3872abd824
[ticket/10931] Also test for negative values.
...
PHPBB3-10931
2012-06-11 14:47:29 +02:00
Andreas Fischer
fb279c9677
[ticket/10931] Also test lower case units in test_get_bytes().
...
PHPBB3-10931
2012-06-11 14:31:09 +02:00
Andreas Fischer
80dfa53ee3
[ticket/10931] Correctly use GNU GPL version 2.
...
PHPBB3-10931
2012-06-11 14:24:30 +02:00
Andreas Fischer
5086366662
[ticket/10931] Make it clear that we are mocking the ini_get() function.
...
PHPBB3-10931
2012-06-11 14:23:09 +02:00
Andreas Fischer
afd6f86892
[ticket/10931] Unit tests for phpbb_php_ini class.
...
PHPBB3-10931
2012-06-11 13:22:11 +02:00
Nils Adermann
4a5004781a
Merge branch 'develop-olympus' into develop
...
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
2012-05-31 15:30:05 +02:00
Andreas Fischer
de4dff8bb0
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
...
PHPBB3-10162
2012-05-30 21:11:17 +02:00
Nils Adermann
221154a435
Merge branch 'develop-olympus' into develop
...
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
2012-05-22 19:42:25 +02:00
Andreas Fischer
bad91d8e74
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
...
PHPBB3-10907
2012-05-22 18:46:29 +02:00
Nils Adermann
6956a6eb00
Merge branch 'develop-olympus' into develop
...
By David King
via David King (1) and Nils Adermann (1)
* develop-olympus:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
2012-05-22 18:11:08 +02:00
Nils Adermann
5d5049710c
Merge remote-tracking branch 'github-imkingdavid/task/functional' into develop-olympus
...
By David King
via David King
* github-imkingdavid/task/functional:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
2012-05-22 18:10:21 +02:00
David King
09d15db1fa
[task/functional] Use proper format for @var doc blocks.
...
PHPBB3-10758
2012-05-22 12:06:27 -03:00
David King
819accedc8
[task/functional] Fix $lang_path variable
...
PHPBB3-10758
2012-05-22 10:52:49 -04:00
David King
b96c050695
[task/functional] Change property visibility, remove globals, reword comment
...
PHPBB3-10758
2012-05-22 10:46:36 -04:00
Oleg Pudeyev
3c5eca4aed
Merge PR #810 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
2012-05-21 23:02:58 -04:00
Oleg Pudeyev
9fa7ab62ad
[ticket/10828] Connect to postgres database by default.
...
When not connecting to a specific database, connect to postgres
database which specifically exists as a default database to
connect to.
PHPBB3-10828
2012-05-21 23:02:12 -04:00
Andreas Fischer
7ec6254078
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
...
Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on
MSSQL and Oracle by specifying an existing table in the query.
PHPBB3-10890
2012-05-22 01:25:19 +02:00
Patrick Webster
29b36b214a
[ticket/10678] Typo and formatting
...
PHPBB3-10678
2012-05-13 16:56:07 -05:00
Andreas Fischer
2715fc5bdf
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10891] Allow specifying test_config.php path via environment.
2012-05-13 20:09:00 +02:00
Andreas Fischer
92d17cbff3
Merge remote-tracking branch 'p/ticket/10891' into develop-olympus
...
* p/ticket/10891:
[ticket/10891] Allow specifying test_config.php path via environment.
Conflicts:
tests/RUNNING_TESTS.txt
2012-05-13 20:08:49 +02:00
Andreas Fischer
8f41533421
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10892] Update wiki link to mediawiki.
[ticket/10892] Add empty lines for consistency.
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
2012-05-13 20:03:43 +02:00
Andreas Fischer
f81e8e9901
Merge remote-tracking branch 'p/ticket/10892' into develop-olympus
...
* p/ticket/10892:
[ticket/10892] Update wiki link to mediawiki.
[ticket/10892] Add empty lines for consistency.
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
2012-05-13 20:03:15 +02:00
Oleg Pudeyev
725db1ba29
[ticket/10891] Allow specifying test_config.php path via environment.
...
PHPBB3-10891
2012-05-11 22:26:54 -04:00
Oleg Pudeyev
2592fbf8e9
[ticket/10892] Update wiki link to mediawiki.
...
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
44b509b2b2
[ticket/10892] Add empty lines for consistency.
...
Some headings had empty lines after them, some did not.
Add missing empty lines.
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
07fb16edb5
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
...
PHPBB3-10892
2012-05-11 22:15:18 -04:00
Patrick Webster
3a60414592
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
...
PHPBB3-10892
2012-05-11 22:15:10 -04:00
Nils Adermann
f0a4840ccc
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
2012-05-11 15:03:25 +02:00
Andreas Fischer
e5afe39987
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
...
PHPBB3-10889
2012-05-11 11:22:49 +02:00
Andreas Fischer
553582230e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10887] Add spaces.
[ticket/10887] Split auto increment test from db tools test.
2012-05-11 11:12:27 +02:00
Oleg Pudeyev
b5b65c214d
[ticket/10887] Add spaces.
...
PHPBB3-10887
2012-05-11 05:06:46 -04:00
Oleg Pudeyev
1019226dfa
[ticket/10887] Split auto increment test from db tools test.
...
Auto increment test does not need any particular columns
and should not depend, in particular, on correct handling
of binary data.
This commit moves auto increment test into its own file and
gives it its own table with a simple schema.
PHPBB3-10887
2012-05-10 23:50:42 -04:00
Oleg Pudeyev
56b2b87423
[ticket/10882] Add a test for including a nonexistent file.
...
PHPBB3-10882
2012-05-10 03:36:58 -04:00
Oleg Pudeyev
720d07c9b3
[ticket/10882] Add test for an ENDIF without IF.
...
PHPBB3-10882
2012-05-10 03:28:54 -04:00
Oleg Pudeyev
9a38a034e5
[ticket/10882] Add test for an invalid template tag.
...
PHPBB3-10882
2012-05-10 03:28:35 -04:00
Andreas Fischer
1a9b30b871
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10858] Move generic row seeking to DBAL
[ticket/10858] Tests for row seeking with fetchfield()
[ticket/10858] Fix MSSQL Native's row seeking behavior
Conflicts:
tests/dbal/select_test.php
2012-05-09 12:55:58 +02:00
Patrick Webster
afbaa6979b
[ticket/10858] Tests for row seeking with fetchfield()
...
PHPBB3-10858
2012-05-08 18:45:51 -05:00
Patrick Webster
1496a4198a
[ticket/10678] Add port handling for MSSQL tests
...
PHPBB3-10678
2012-05-08 04:35:47 -05:00
Patrick Webster
711d09633a
[ticket/10678] Move config changes to new location
...
PHPBB3-10678
2012-05-08 04:34:19 -05:00
Patrick Webster
3cdcd44c4b
[ticket/10678] Rename helper class file
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00
Patrick Webster
ceacb63abf
[ticket/10678] Lowercase class name, adjust comment width
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00