Fix relative include paths (https://github.com/woocommerce/woocommerce-blocks/pull/6365)
This commit is contained in:
parent
3aba1b4339
commit
62024321b9
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace Automattic\WooCommerce\Blocks\Tests\Helpers;
|
||||
|
||||
require_once 'ValidateSchema.php';
|
||||
require_once __DIR__ . '/ValidateSchema.php';
|
||||
|
||||
/**
|
||||
* Test Validate schema.
|
||||
|
|
Loading…
Reference in New Issue