Make WC_Tests_CRUD_Data::onNotSuccessfulTest() compatible with its parent declaration

This commit is contained in:
Steve Grunwell 2020-03-11 16:35:36 +00:00
parent 0a3c5186fa
commit 86d44e74bb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class WC_Tests_CRUD_Data extends WC_Unit_Test_Case {
update_option( 'timezone_string', '' );
}
public function onNotSuccessfulTest( Throwable $e ) {
public function onNotSuccessfulTest( $e ) {
// @codingStandardsIgnoreStart
date_default_timezone_set( 'UTC' );
// @codingStandardsIgnoreEnd