mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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
|
trait PrepareClientTrait
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
* Create a new client with authentication information.
|
||||||
*
|
*
|
||||||
* @param string $username
|
* @param string $username the username (default 'center a_social')
|
||||||
* @param string $password
|
* @param string $password the password (default 'password')
|
||||||
* @return \Symfony\Component\BrowserKit\Client
|
* @return \Symfony\Component\BrowserKit\Client
|
||||||
* @throws \LogicException
|
* @throws \LogicException
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user