project:unittests
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
project:unittests [2025/08/03 04:27] – [Writing or Updating Tests] mnewnham | project:unittests [2025/08/05 16:54] (current) – [Prerequistes] mnewnham | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Prerequistes ===== | ===== Prerequistes ===== | ||
- | [[https:// | + | * PHP 8.0 or higher |
+ | * [[https:// | ||
===== Setup ===== | ===== Setup ===== | ||
Line 73: | Line 74: | ||
==== Caching Section ==== | ==== Caching Section ==== | ||
- | Unless explicitly enabled, cache functions such as // | + | Unless explicitly enabled, cache functions such as // |
+ | === Filesystem === | ||
< | < | ||
[caching] | [caching] | ||
cacheMethod=1 | cacheMethod=1 | ||
cacheDir=c:/ | cacheDir=c:/ | ||
+ | </ | ||
+ | |||
+ | === Memcache Based === | ||
+ | < | ||
+ | [cache] | ||
+ | cacheMethod=2 | ||
+ | cacheHost=192.168.1.50 | ||
</ | </ | ||
project/unittests.1754188062.txt.gz · Last modified: by mnewnham