remove reports test
This commit is contained in:
parent
dd012b2856
commit
4dff2b8c01
|
@ -128,7 +128,6 @@ class Bootstrap {
|
|||
require_once $this->tests_dir . '/Helpers/SettingsHelper.php';
|
||||
require_once $this->tests_dir . '/Helpers/QueueHelper.php';
|
||||
require_once $this->tests_dir . '/AbstractRestApiTest.php';
|
||||
require_once $this->tests_dir . '/AbstractReportsTest.php';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@ namespace WooCommerce\RestApi\UnitTests\Tests\Version4;
|
|||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
use \WooCommerce\RestApi\UnitTests\AbstractReportsTest;
|
||||
|
||||
/**
|
||||
* WC Tests API Data
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue