aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10875] Fix cache testNathan Guse2012-08-061-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 quotesNathan Guse2012-08-061-3/+6
| | | | | | Coding guidelines PHPBB3-10875
* [ticket/10875] Close $db connection at end of testNathan Guse2012-08-061-0/+2
| | | | | | Fixes a pgSQL issue PHPBB3-10875
* [ticket/10875] Use fixtures for sql cache testNathan Guse2012-08-062-12/+34
| | | | PHPBB3-10875
* [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-061-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 filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10013] Fixed cache test to create intermediate directories.Oleg Pudeyev2011-02-121-2/+2
| | | | PHPBB3-10013
* [ticket/10013] Changed cache test to use tests/tmp/cache as cache directoryOleg Pudeyev2011-02-122-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.3Erik Frèrejean2011-01-311-5/+5
| | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-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 Adermann2011-01-093-51/+13
| | | | PHPBB3-9983
* [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-092-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