aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+4
| | | | PHPBB3-14576
* [ticket/14044] Fix testsMate Bartus2015-10-301-0/+2
| | | | PHPBB3-14044
* [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-201-1/+1
| | | | PHPBB3-12620
* [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-201-1/+1
| | | | PHPBB3-12620
* [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+2
| | | | PHPBB3-12620
* [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-2/+3
| | | | | | | | Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19 here. Remove __init__ include. Composer classmap autoloading ensures classes can be loaded. PHPBB3-13325
* [ticket/12962] Use phpVersion in phpunit.xmlDhruv2014-10-271-1/+1
| | | | PHPBB3-12962
* [ticket/12962] Functional tests run for php <5.3.19Dhruv2014-10-261-1/+1
| | | | PHPBB3-12962
* [ticket/12962] Fix Line Endings in bootstrapDhruv2014-10-251-40/+40
| | | | PHPBB3-12962
* [ticket/12962] bootstrap functional and ui test when php >5.3.19Dhruv2014-09-211-2/+6
| | | | PHPBB3-12962
* [ticket/12962] Add quick-links JS testDhruv2014-09-211-35/+36
| | | | PHPBB3-12962
* [ticket/13036] Complete testsTristan Darricau2014-09-161-0/+1
| | | | PHPBB3-13036
* [ticket/11528] Revert Mink changesDhruv2014-08-091-1/+0
| | | | PHPBB3-11528
* [ticket/11528] Refactor install_board() code into a new classDhruv2014-06-231-0/+1
| | | | PHPBB3-11528
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+1
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Load namespaced classes in testsNils Adermann2013-07-141-3/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+2
| | | | PHPBB3-11698
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
| | | | PHPBB3-11335
* [ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.Andreas Fischer2012-07-081-0/+2
| | | | PHPBB3-10973
* [ticket/10719] Revert "Skip functional tests on PHP 5.2"Michael Cullum2012-03-221-5/+1
| | | | | | This reverts commit 9c861a0350ae67f06a38ee6efc890412a32751f4. PHPBB3-10719
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-101-18/+2
|\ | | | | | | | | * develop-olympus: [ticket/10512] Call startup.php from tests/bootstrap.php
| * [ticket/10512] Call startup.php from tests/bootstrap.phpAndreas Fischer2012-02-041-18/+2
| | | | | | | | PHPBB3-10512
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop' into feature/extension-managerNils Adermann2011-11-181-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (93 commits) [ticket/10157] Add notification to update cpfs when installing a language. [ticket/10185] Always set board startdate on conversion [ticket/10419] Reword the language strings [ticket/9361] View correct error messages when editing account information [ticket/10457] Undefined variable $request, when print-viewing PMs [ticket/10452] Fix xHTML errors when print-viewing PMs [ticket/9066] Move regex into get_preg_expression function and add tests [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. [ticket/10254] Remove subsilver2 as default style on theme. [ticket/10254] Remove style names from themes and fix some informations on it. [ticket/7138] Allow simple header and footer for trigger_error() messages [ticket/9066] Disallow some database prefix to prevent same errors and problems [ticket/10365] Fix up S_POST_UNAPPROVED check, make it easier to read [ticket/10437] Do not display announcements that are waiting for approval [ticket/10087] Organize bans in acp_baninto optgroups [ticket/8616] Include old U_INBOX var for BC [ticket/10435] Remove global announcement from forums total topic count [ticket/10435] Readd local announcements to total topic count in viewforum ... Conflicts: phpBB/install/database_update.php
| * | [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2Nils Adermann2011-10-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests still execute correctly using PHPUnit 3.5 on PHP 5.3 and above. The php version limitation for a directory was added in PHPUnit 3.6. A separate test suite is required because the functional tests are in the whitelisted tests directory. The base test for functional testing is only included in bootstrap in versions 5.3 and above. PHPBB3-10414
| * | [feature/functional-tests] Implementing functional test framework with goutteIgor Wiedler2011-10-141-0/+1
| | | | | | | | | | | | PHPBB3-10414
* | | [feature/extension-manager] The class loader no longer knows about extensionsNils Adermann2011-09-291-2/+4
| | | | | | | | | | | | | | | | | | | | | Instead the class loader is instantiated twice. Once with the phpbb_ prefix and once with the phpbb_ext_ prefix. PHPBB3-10323
* | | [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-1/+1
|/ / | | | | | | | | | | | | Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-071-0/+4
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.
| * [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.Nils Adermann2011-03-071-0/+4
| | | | | | | | PHPBB3-10040
* | Merge branch 'develop-olympus' into developNils Adermann2011-02-161-0/+1
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [task/refactor-db-testcase] Further improve error messages. [task/refactor-db-testcase] Do not show db password on connect error [task/refactor-db-testcase] Improve error message of db tests [task/refactor-db-testcase] Refactor phpbb_database_test_case
| * [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
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [task/session-tests] Renamed assertSqlResultEquals and fixed its param order [task/session-tests] Test additional combinations of session_begin. [task/session-tests] Added tests for the session class. Conflicts: tests/mock/cache.php
| * [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/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | They are now refered to as cache drivers rather than ACM classes. The additional utility functions from the original cache class have been moved to the cache_service. The class loader is now instantiated without a cache instance and passed one as soon as it is constructed to allow autoloading the cache classes. PHPBB3-9983
* | [ticket/9979] Support autoloading in unit testsIgor Wiedler2011-01-091-0/+4
|/ | | | PHPBB-9979
* [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