Make WC_Tests_CRUD_Data::onNotSuccessfulTest() compatible with its parent declaration
This commit is contained in:
parent
0a3c5186fa
commit
86d44e74bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue