Tweaks roles typo

This commit is contained in:
shivapoudel 2015-02-03 22:07:58 +05:45
parent b2e979640c
commit 23a94dea1d
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class WC_Tests_Install extends WC_Unit_Test_Case {
* Test - create roles
*/
public function test_create_roles() {
// clean existing install first
// Clean existing install first
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
define( 'WP_UNINSTALL_PLUGIN', true );
}
@ -88,7 +88,7 @@ class WC_Tests_Install extends WC_Unit_Test_Case {
}
/**
* Test - remove pages
* Test - remove roles
*/
public function test_remove_roles() {
WC_Install::remove_roles();