| #
1c33cec3 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
add needed type hints for phpunit8
This will break a lot of plugin tests, but can't be avoided
|
| #
d2f1d7a1 |
| 14-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation er
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation errors.
show more ...
|
| #
0db5771e |
| 02-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor cache.php into different files
|
| #
bd8c2ebf |
| 25-Apr-2015 |
Andreas Gohr <andi@splitbrain.org> |
introduce new "flaky" test group
this group is skipped by default
|
| #
a5ac1d91 |
| 18-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
skip cache test until #694 has been fixed
|
| #
9d60a747 |
| 13-May-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Issue 694: fix failing test - set filemtimes explicitly in test setup
|
| #
5f3da53e |
| 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
put PHPDocs comment back the way it should be
|
| #
b2356002 |
| 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extensio
Fix longstanding issue with cache class & cachetime setting
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
show more ...
|
| #
16ca217d |
| 14-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a
Add a basic test case for the cache
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
show more ...
|