aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-1/+1
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+4
* [ticket/14044] Fix testsMate Bartus2015-10-301-0/+2
* [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-201-1/+1
* [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-201-1/+1
* [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+2
* [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-2/+3
* [ticket/12962] Use phpVersion in phpunit.xmlDhruv2014-10-271-1/+1
* [ticket/12962] Functional tests run for php <5.3.19Dhruv2014-10-261-1/+1
* [ticket/12962] Fix Line Endings in bootstrapDhruv2014-10-251-40/+40
* [ticket/12962] bootstrap functional and ui test when php >5.3.19Dhruv2014-09-211-2/+6
* [ticket/12962] Add quick-links JS testDhruv2014-09-211-35/+36
* [ticket/13036] Complete testsTristan Darricau2014-09-161-0/+1
* [ticket/11528] Revert Mink changesDhruv2014-08-091-1/+0
* [ticket/11528] Refactor install_board() code into a new classDhruv2014-06-231-0/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+1
* [ticket/11700] Load namespaced classes in testsNils Adermann2013-07-141-3/+3
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+2
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
* [ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.Andreas Fischer2012-07-081-0/+2
* [ticket/10719] Revert "Skip functional tests on PHP 5.2"Michael Cullum2012-03-221-5/+1
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-101-18/+2
|\
| * [ticket/10512] Call startup.php from tests/bootstrap.phpAndreas Fischer2012-02-041-18/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\ \ | |/
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* | Merge branch 'develop' into feature/extension-managerNils Adermann2011-11-181-0/+5
|\ \
| * | [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2Nils Adermann2011-10-171-1/+5
| * | [feature/functional-tests] Implementing functional test framework with goutteIgor Wiedler2011-10-141-0/+1
* | | [feature/extension-manager] The class loader no longer knows about extensionsNils Adermann2011-09-291-2/+4
* | | [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-1/+1
|/ /
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-071-0/+4
|\ \ | |/
| * [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.Nils Adermann2011-03-071-0/+4
* | Merge branch 'develop-olympus' into developNils Adermann2011-02-161-0/+1
|\ \ | |/
| * [task/refactor-db-testcase] Refactor phpbb_database_test_caseIgor Wiedler2011-02-141-0/+1
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-231-1/+1
|\ \ | |/
| * [task/session-tests] Added tests for the session class.Nils Adermann2011-01-201-1/+1
* | [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-1/+1
* | [ticket/9979] Support autoloading in unit testsIgor Wiedler2011-01-091-0/+4
|/
* [task/phpunit-xml] Force error reporting level E_ALL | ~E_DEPRECATED.Nils Adermann2011-01-071-0/+2
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-0/+30