| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Check for the correct filename based on the way the cache driver creates it
PHPBB3-10875
|
|
|
|
|
|
| |
Coding guidelines
PHPBB3-10875
|
|
|
|
|
|
| |
Fixes a pgSQL issue
PHPBB3-10875
|
|
|
|
| |
PHPBB3-10875
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-9916
|
|
|
|
| |
PHPBB3-10013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Apply the `__DIR__` fix to some remaining Ascraeus tests
PHPBB3-10011
|
|
|
|
| |
This merge commit includes ascraeus-specific renames and adjustments.
|
|
|
|
| |
PHPBB3-9983
|
|
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
|