remove reports test

This commit is contained in:
Mike Jolley 2019-06-13 11:38:41 +01:00
parent dd012b2856
commit 4dff2b8c01
2 changed files with 0 additions and 3 deletions

View File

@ -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';
}
}

View File

@ -9,8 +9,6 @@ namespace WooCommerce\RestApi\UnitTests\Tests\Version4;
defined( 'ABSPATH' ) || exit;
use \WooCommerce\RestApi\UnitTests\AbstractReportsTest;
/**
* WC Tests API Data
*/