Changeset 59108
- Timestamp:
- 09/27/2024 07:51:31 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/class-wp-test-stream.php
r56998 r59108 58 58 59 59 if ( empty( $this->bucket ) ) { 60 t rigger_error( 'Cannot use an empty bucket name', E_USER_ERROR);60 throw new Exception( 'Cannot use an empty bucket name' ); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.