This commit is contained in:
Paul Sealock 2019-11-21 13:24:03 +13:00 committed by Jeff Stieler
parent 7987abfd1e
commit 71a8270a18
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class WC_Unit_Tests_Bootstrap {
public function __construct() {
// phpcs:disable
ini_set( 'display_errors', 'on' ); // @codingStandardsIgnoreLine
ini_set( 'display_errors', 'on' );
error_reporting( E_ALL );
// phpcs:enable