PHPCS changes so that I will be able to merge master into this branch.
Otherwise I get errors during merge commit.
This commit is contained in:
parent
46bf4bedc8
commit
28f6f7ece5
|
@ -3,7 +3,10 @@
|
||||||
* Admin notes REST API Test
|
* Admin notes REST API Test
|
||||||
*
|
*
|
||||||
* @package WooCommerce\Tests\API
|
* @package WooCommerce\Tests\API
|
||||||
* @since 3.5.0
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class WC_Tests_API_Admin_Notes
|
||||||
*/
|
*/
|
||||||
class WC_Tests_API_Admin_Notes extends WC_REST_Unit_Test_Case {
|
class WC_Tests_API_Admin_Notes extends WC_REST_Unit_Test_Case {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue