Passed
Push — master ( a70374...09ef1e )
by Mike
05:06
created
unit-tests/Bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 
101 101
 			\WC_Install::install();
102 102
 
103
-			$GLOBALS['wp_roles'] = null; // WPCS: override ok.
103
+			$GLOBALS[ 'wp_roles' ] = null; // WPCS: override ok.
104 104
 			\wp_roles();
105 105
 		} );
106 106
 	}
Please login to merge, or discard this patch.