Changeset 57987 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r56559 r57987 916 916 return new WP_Error( 917 917 'my_error', 918 'An error oc urred'918 'An error occurred' 919 919 ); 920 920 }; … … 948 948 return new WP_Error( 949 949 'my_error', 950 'An error oc urred'950 'An error occurred' 951 951 ); 952 952 }; … … 1113 1113 return new WP_Error( 1114 1114 'my_error', 1115 'An error oc urred'1115 'An error occurred' 1116 1116 ); 1117 1117 }; … … 1138 1138 return new WP_Error( 1139 1139 'my_error', 1140 'An error oc urred'1140 'An error occurred' 1141 1141 ); 1142 1142 };
Note: See TracChangeset
for help on using the changeset viewer.