Coding Standards: Fix WPCS issue in [46107].
See #46631. git-svn-id: https://develop.svn.wordpress.org/trunk@46108 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0b48fd2493
commit
a70be65d1f
|
@ -32,7 +32,7 @@ class Tests_Functions_get_status_header_desc extends WP_UnitTestCase {
|
|||
array( 500, 'Internal Server Error' ),
|
||||
|
||||
// A string to make sure that the absint() is working.
|
||||
array( "200", 'OK' ),
|
||||
array( '200', 'OK' ),
|
||||
|
||||
// Not recognized codes return empty strings.
|
||||
array( 9999, '' ),
|
||||
|
|
Loading…
Reference in New Issue