Changeset 54896 for trunk/tests/phpunit/tests/date/theDate.php
- Timestamp:
- 11/29/2022 09:11:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/theDate.php
r52010 r54896 81 81 82 82 public function count_hook( $input ) { 83 $this->hooks_called[ current_filter() ] 83 $this->hooks_called[ current_filter() ]++; 84 84 85 85 return $input;
Note: See TracChangeset
for help on using the changeset viewer.