Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11700] Fix config namespace mishap in cache tests | Nils Adermann | 2013-09-16 | 2 | -9/+9 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 5 | -16/+16 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11037] Fix unit tests. | Oleg Pudeyev | 2012-12-29 | 2 | -4/+6 |
| | | | | PHPBB3-11037 | ||||
* | Merge remote-tracking branch 'p/ticket/9983' into develop | Andreas Fischer | 2012-12-04 | 4 | -118/+33 |
|\ | | | | | | | | | * p/ticket/9983: [ticket/9983] Make sql cache test into a black box. | ||||
| * | [ticket/9983] Make sql cache test into a black box. | Oleg Pudeyev | 2012-12-03 | 4 | -118/+33 |
| | | | | | | | | | | | | | | This makes it non-driver-specific and also makes it possible to make prefix variable private on drivers. PHPBB3-9983 | ||||
* | | [ticket/9983] Correct incorrect markTestSkipped call. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+1 |
|/ | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Also check generic APC enable/disable. | Andreas Fischer | 2012-12-03 | 1 | -0/+6 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Use APC instead of apc in error messages. | Andreas Fischer | 2012-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Skip tests if APC is not enabled for CLI. | Andreas Fischer | 2012-12-03 | 1 | -0/+6 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Test for apc cache driver. | Oleg Pudeyev | 2012-12-03 | 1 | -0/+79 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add a test for destroy. | Oleg Pudeyev | 2012-12-01 | 2 | -0/+29 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Exercise exists also. | Oleg Pudeyev | 2012-12-01 | 1 | -1/+3 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add a purge test. | Oleg Pudeyev | 2012-12-01 | 2 | -0/+21 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Rename test methods. | Oleg Pudeyev | 2012-12-01 | 3 | -3/+3 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] get/put cache test moved to a base class. | Oleg Pudeyev | 2012-12-01 | 4 | -14/+40 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Create driver in setup in null driver test. | Oleg Pudeyev | 2012-12-01 | 1 | -3/+10 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Split cache test into per-driver files. | Oleg Pudeyev | 2012-12-01 | 4 | -208/+251 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add redis cache driver tests. | Oleg Pudeyev | 2012-12-01 | 1 | -2/+66 |
| | | | | | | | | | | | In order to not overwrite data in default redis store, at least one of redis host or post must be explicitly specified. Redis cache driver constructor has been modified to accept host and port as parameters. This was not added to public API as there are more parameters being passed via global constants. PHPBB3-9983 | ||||
* | [ticket/10875] tests/cache/cache_test.php: Use single quotes where possible. | Andreas Fischer | 2012-12-01 | 1 | -2/+2 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Test for null cache driver and sql cache. | Oleg Pudeyev | 2012-11-30 | 1 | -0/+29 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Revise sql cache test. | Oleg Pudeyev | 2012-11-30 | 1 | -4/+10 |
| | | | | | | | Delete data from database before retrieving it from cache, ensuring results come from cache. PHPBB3-10875 | ||||
* | [ticket/10875] Fix cache test | Nathan Guse | 2012-08-06 | 1 | -1/+1 |
| | | | | | | Check for the correct filename based on the way the cache driver creates it PHPBB3-10875 | ||||
* | [ticket/10875] Break queries onto separate lines and use double quotes | Nathan Guse | 2012-08-06 | 1 | -3/+6 |
| | | | | | | Coding guidelines PHPBB3-10875 | ||||
* | [ticket/10875] Close $db connection at end of test | Nathan Guse | 2012-08-06 | 1 | -0/+2 |
| | | | | | | Fixes a pgSQL issue PHPBB3-10875 | ||||
* | [ticket/10875] Use fixtures for sql cache test | Nathan Guse | 2012-08-06 | 2 | -12/+34 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Return $query_id from sql_save | Nathan Guse | 2012-08-06 | 1 | -1/+31 |
| | | | | | | | | Have to return the $query_id from sql_save so that the results can be pulled Updated cache test to do some basic sql cache testing. PHPBB3-10875 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10013] Fixed cache test to create intermediate directories. | Oleg Pudeyev | 2011-02-12 | 1 | -2/+2 |
| | | | | PHPBB3-10013 | ||||
* | [ticket/10013] Changed cache test to use tests/tmp/cache as cache directory | Oleg Pudeyev | 2011-02-12 | 2 | -4/+36 |
| | | | | | | | | | | | | | | | This is the first step of making the test suite use a single directory for writing files to, this directory being tests/tmp. The cache test, instead of tests/cache/tmp, now writes to tests/tmp/cache. Also remove cache directory in setUp method, in case an earlier test run did not complete successfully and the cache directory was not cleaned up. Finally, this change makes the cache test take responsibility over the entire contents of its cache directory. PHPBB3-10013 | ||||
* | [ticket/10011] Tests can't be ran on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -5/+5 |
| | | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011 | ||||
* | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-01-10 | 1 | -3/+0 |
| | | | | This merge commit includes ascraeus-specific renames and adjustments. | ||||
* | [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests. | Nils Adermann | 2011-01-09 | 3 | -51/+13 |
| | | | | PHPBB3-9983 | ||||
* | [task/acm-refactor] Refactor the ACM classes to have a common interface. | Igor Wiedler | 2011-01-09 | 2 | -0/+79 |
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 |