aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wrapper/phpbb_php_ini_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/13904] Add back tests for retrieving floatsMarc Alexander2015-09-091-0/+7
| | | | PHPBB3-13904
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-26/+20
| | | | PHPBB3-13904
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [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-111-1/+1
| | | | PHPBB3-10931
* [ticket/10931] Make it clear that we are mocking the ini_get() function.Andreas Fischer2012-06-111-2/+2
| | | | PHPBB3-10931
* [ticket/10931] Unit tests for phpbb_php_ini class.Andreas Fischer2012-06-111-0/+58
PHPBB3-10931