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:
Sergey Biryukov 2019-09-14 15:18:10 +00:00
parent 0b48fd2493
commit a70be65d1f
1 changed files with 1 additions and 1 deletions

View File

@ -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, '' ),