aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/testable_factory.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11615] Refactored isvalid test to be more imperativeAndy Chase2013-07-221-1/+27
| | | | | | | | Refactoring the continue/is_valid test to remove the confusing data provider work around, while still keeping redundancies down to a minimum. PHPBB3-11615
* [ticket/11620] Rename provider -> mock_auth_providerAndy Chase2013-07-081-2/+2
| | | | | | | | Rename the class and file name to better match what the class is mocking, as well as implement the interface of that class. PHPBB3-11620
* [ticket/11620] Implemented a provider mock object.Andy Chase2013-07-051-1/+11
| | | | | | | | | Due to an auth_refactor, there is a new dependency in session.php on phpbb_container and a provider. For purposes of testing, implemented a simple one. PHPBB3-11620
* [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