aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-15/+35
| | | | PHPBB3-12594
* [ticket/12367] Change phpbb_wrapper_gmgetdate_test to use data providersJoas Schilling2014-04-061-15/+22
| | | | PHPBB3-12367
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/10931] Also test get_bytes() and get_string() with false.Andreas Fischer2012-06-111-0/+2
| | | | PHPBB3-10931
* [ticket/10931] Make to_numeric function globally available.Andreas Fischer2012-06-111-0/+1
| | | | PHPBB3-10931
* [ticket/10931] Make sure get_bytes() always returns either an int or a float.Andreas Fischer2012-06-111-7/+24
| | | | PHPBB3-10931
* [ticket/10931] Use strict assertSame() instead of assertEquals().Andreas Fischer2012-06-111-19/+19
| | | | PHPBB3-10931
* [ticket/10931] Also test for negative values.Andreas Fischer2012-06-111-0/+7
| | | | PHPBB3-10931
* [ticket/10931] Also test lower case units in test_get_bytes().Andreas Fischer2012-06-111-1/+2
| | | | PHPBB3-10931
* [ticket/10931] Correctly use GNU GPL version 2.Andreas Fischer2012-06-112-2/+2
| | | | PHPBB3-10931
* [ticket/10931] Make it clear that we are mocking the ini_get() function.Andreas Fischer2012-06-112-2/+18
| | | | PHPBB3-10931
* [ticket/10931] Unit tests for phpbb_php_ini class.Andreas Fischer2012-06-111-0/+58
| | | | PHPBB3-10931
* [ticket/9916] Updating License in the headerUnknown2012-01-023-3/+3
| | | | PHPBB3-9916
* Merge remote-tracking branch 'github-bantu/ticket/10265' into develop-olympusNils Adermann2011-07-161-0/+46
|\ | | | | | | | | * github-bantu/ticket/10265: [ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
| * [ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.Andreas Fischer2011-07-131-0/+46
| | | | PHPBB3-10265
* Merge remote-tracking branch 'github-bantu/ticket/10263' into develop-olympusNils Adermann2011-07-161-0/+130
|\ | | | | | | | | | | | | | | * github-bantu/ticket/10263: [ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php [ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php [ticket/10263] Adding unit tests for phpbb_version_compare(). [ticket/10263] Add wrapper for version_compare() that allows the use of A and B
| * [ticket/10263] Adding unit tests for phpbb_version_compare().Andreas Fischer2011-07-131-0/+130
| | | | PHPBB3-10263
* [ticket/10243] Adding a few unit tests for phpbb_gmgetdate().Andreas Fischer2011-07-131-0/+49
PHPBB3-10243