fix some tests in main bundle

This commit is contained in:
2021-04-20 17:21:39 +02:00
parent 1b42656e0f
commit e98a5b88aa
3 changed files with 8 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ trait PrepareClientTrait
* @return \Symfony\Component\BrowserKit\Client
* @throws \LogicException
*/
public function getClient(
public function getClientAuthenticated(
$username = 'center a_social',
$password = 'password'
) {