mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
improve doc
This commit is contained in:
parent
d7a34cf8be
commit
10b67b5a5f
@ -27,9 +27,10 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
trait PrepareClientTrait
|
||||
{
|
||||
/**
|
||||
* Create a new client with authentication information.
|
||||
*
|
||||
* @param string $username
|
||||
* @param string $password
|
||||
* @param string $username the username (default 'center a_social')
|
||||
* @param string $password the password (default 'password')
|
||||
* @return \Symfony\Component\BrowserKit\Client
|
||||
* @throws \LogicException
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user