aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10981] Added goutte via composerFyorl2012-07-161-0/+15
| | | | | | composer.phar added and autoloaded before tests PHPBB3-10981
* [ticket/10492] Backporting functional testsPatrick Webster2012-04-211-0/+5
| | | | PHPBB3-10492
* [ticket/10512] Call startup.php from tests/bootstrap.phpAndreas Fischer2012-02-041-18/+2
| | | | PHPBB3-10512
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.Nils Adermann2011-03-071-0/+4
| | | | PHPBB3-10040
* [task/refactor-db-testcase] Refactor phpbb_database_test_caseIgor Wiedler2011-02-141-0/+1
| | | | | | | | | Move most of the methods to a separate connection manager class. The test case creates a manager to handle database creation, schema loading and more. Most of the methods could be simplified because they can access shared pdo, config and dbms data. PHPBB3-10043
* [task/session-tests] Added tests for the session class.Nils Adermann2011-01-201-1/+1
| | | | | | | | | | | Two first simple tests to check functionality of session_begin and session_create. Added a mock class for the cache as well as a subclass of session which has its cookie handling function mocked out to avoid header sending problems. PHPBB3-9732
* [task/phpunit-xml] Force error reporting level E_ALL | ~E_DEPRECATED.Nils Adermann2011-01-071-0/+2
| | | | PHPBB3-9967
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-0/+30
PHPBB3-9967