Add a file-level docblock for the WC_Tests_REST_System_Status class

This commit is contained in:
Steve Grunwell 2018-01-15 17:06:42 +00:00
parent 1a0fd86de5
commit 6b79619983
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
<?php
/**
* System Status REST Tests
* Class WC_Tests_REST_System_Status file.
*
* @package WooCommerce/Tests
*/
/**
* System Status REST Tests.
*
* @package WooCommerce\Tests\API
* @since 3.0
*/