Fixed declaration of WC_Tests_CRUD_Data::onNotSuccessfulTest

This commit is contained in:
Claudio Sanches 2017-07-20 13:32:47 -03:00
parent c7ee52602a
commit 84be2dd6bb
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( $e ) {
public function onNotSuccessfulTest( Throwable $e ) {
// @codingStandardsIgnoreStart
date_default_timezone_set( 'UTC' );
// @codingStandardsIgnoreEnd