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:
parent
1f3912e9bf
commit
4be7a863ff
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user