aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/connect_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+3
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11015] Convert connect test to the new syntax.Oleg Pudeyev2012-12-131-3/+1
| | | | PHPBB3-11015
* [ticket/10205] Cosmetic changes.Oleg Pudeyev2012-12-041-1/+2
| | | | PHPBB3-10205
* [ticket/10205] Delete stray return.Oleg Pudeyev2012-12-041-2/+0
| | | | PHPBB3-10205
* [ticket/10205] Test failed connection attempts.Oleg Pudeyev2012-12-041-0/+44
PHPBB3-10205