mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -21,14 +21,12 @@ class TestHelper
|
||||
/**
|
||||
* create a client authenticated with an user.
|
||||
*
|
||||
* @param mixed $username
|
||||
* @param mixed $password
|
||||
*
|
||||
* @return \Symfony\Component\BrowserKit\Client authenticated client
|
||||
*/
|
||||
public static function getAuthenticatedClientOptions(
|
||||
$username = 'center a_social',
|
||||
$password = 'password'
|
||||
mixed $username = 'center a_social',
|
||||
mixed $password = 'password'
|
||||
) {
|
||||
return [
|
||||
'PHP_AUTH_USER' => $username,
|
||||
|
Reference in New Issue
Block a user