aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/testable_factory.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-1/+1
| | | | PHPBB3-11015
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-1/+1
| | | | | | | | PHPBB3-11015 This allows us to just create the object without having to include the driver first. However, it also means that users must specify the full class name in config.php
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-3/+0
| | | | PHPBB3-10973
* 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
* | [feature/request-class] Fix session_testable_factoryIgor Wiedler2011-08-191-3/+2
| | | | | | | | PHPBB3-9716
* | Merge branch 'develop-olympus' into developNils Adermann2011-02-241-3/+13
|/ | | | | | * develop-olympus: [ticket/10052] Add comments to the session testable factory. [ticket/10052] Correct session tests, and separate session factory from tests
* [ticket/10052] Add comments to the session testable factory.Nils Adermann2011-02-231-6/+59
| | | | PHPBB3-10052
* [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-231-0/+118
PHPBB3-10052