Changeset 57665
- Timestamp:
- 02/20/2024 12:40:57 PM (10 months ago)
- Location:
- trunk/tests/phpunit/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r56475 r57665 50 50 } 51 51 52 /* 52 /** 53 53 * Helper class for testing code that involves actions and filters. 54 54 * -
trunk/tests/phpunit/includes/wp-profiler.php
r56549 r57665 1 1 <?php 2 2 3 /* 3 /** 4 4 * A simple manually-instrumented profiler for WordPress. 5 5 * … … 16 16 * Multiple profile blocks are permitted, and they may be nested. 17 17 */ 18 19 18 class WPProfiler { 20 19 public $stack;
Note: See TracChangeset
for help on using the changeset viewer.