Tests: Fix a couple of weirdly formatted comments.
See #41057. git-svn-id: https://develop.svn.wordpress.org/trunk@42342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e2fdcb93f1
commit
ec6a089f98
|
@ -46,9 +46,9 @@ class Tests_Ajax_DeleteComment extends WP_Ajax_UnitTestCase {
|
|||
$this->_last_response = '';
|
||||
}
|
||||
|
||||
/***********************************************************/
|
||||
/** Test prototype
|
||||
/***********************************************************/
|
||||
/*
|
||||
* Test prototype
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test as a privilged user (administrator)
|
||||
|
|
|
@ -40,9 +40,9 @@ class Tests_Ajax_DimComment extends WP_Ajax_UnitTestCase {
|
|||
$this->_last_response = '';
|
||||
}
|
||||
|
||||
/***********************************************************/
|
||||
/** Test prototype
|
||||
/***********************************************************/
|
||||
/*
|
||||
* Test prototype
|
||||
*/
|
||||
|
||||
/**
|
||||
* Test as a privilged user (administrator)
|
||||
|
|
Loading…
Reference in New Issue