aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/select_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9685] Test for databases that are able to nest transactionsNils Adermann2011-06-021-0/+24
| | | | | | | | | If a database is unable to nest transactions the dbal should implement sql_buffer_nested_transactions to signal that buffering of the outer results and closing of the outer transaction is required to open the inner transaction. PHPBB3-9685
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-1/+1
| | | | | | | | Due to the usage of `__DIR__` for the file includes the tests can't be ran on systems with PHP < 5.3. Replace all occurances of `__DIR__` with `dirname(__FILE__)`. PHPBB3-10011
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+320
PHPBB3-9987