improve doc

This commit is contained in:
Julien Fastré 2017-08-19 20:16:18 +02:00
parent d7a34cf8be
commit 10b67b5a5f

View File

@ -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
*/ */