Bootstrap/Load: Fix WPCS violation in a new test following [44973].

See #46130.


git-svn-id: https://develop.svn.wordpress.org/trunk@44974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Felix Arntz 2019-03-21 21:59:12 +00:00
parent 1f3912e9bf
commit 4be7a863ff
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Tests_Recovery_Mode_Cookie_Service extends WP_UnitTestCase {
$reflection = new ReflectionMethod( $service, 'generate_cookie' );
$reflection->setAccessible( true );
$cookie = $reflection->invoke( $service );
$cookie = $reflection->invoke( $service );
$cookie .= 'gibbersih';
$error = $service->validate_cookie( $cookie );