Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | introduce new "flaky" test group | Andreas Gohr | 2015-04-25 |
| | | | | this group is skipped by default | ||
* | skip cache test until #694 has been fixed | Andreas Gohr | 2014-07-18 |
| | |||
* | Issue 694: fix failing test - set filemtimes explicitly in test setup | Christopher Smith | 2014-05-13 |
| | |||
* | put PHPDocs comment back the way it should be | Christopher Smith | 2014-03-16 |
| | |||
* | Fix longstanding issue with cache class & cachetime setting | Christopher Smith | 2014-03-16 |
| | | | | | | | | | | | | 1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183 To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values | ||
* | Add a basic test case for the cache | Michael Hamann | 2014-03-14 |
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152 |