woocommerce/tests/unit-tests/api/settings.php

12 lines
171 B
PHP
Raw Normal View History

<?php
namespace WooCommerce\Tests\API;
/**
* Settings API Tests
* @package WooCommerce\Tests\API
* @since 2.x.0
*/
class Settings extends \WC_API_Unit_Test_Case {
}