Changeset 51568 for trunk/tests/phpunit/tests/cache.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cache.php
r51415 r51568 7 7 public $cache = null; 8 8 9 function set Up() {10 parent::set Up();9 function set_up() { 10 parent::set_up(); 11 11 // Create two cache objects with a shared cache directory. 12 12 // This simulates a typical cache situation, two separate requests interacting. … … 14 14 } 15 15 16 function tear Down() {16 function tear_down() { 17 17 $this->flush_cache(); 18 parent::tear Down();18 parent::tear_down(); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.