Changeset 56549 for trunk/tests/phpunit/tests/date/theDate.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/theDate.php
r54896 r56549 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.