From 10b67b5a5fd35792bd88ba8a1a3815f606a7d048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 19 Aug 2017 20:16:18 +0200 Subject: [PATCH] improve doc --- Test/PrepareClientTrait.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Test/PrepareClientTrait.php b/Test/PrepareClientTrait.php index 8893f63ca..741f0373b 100644 --- a/Test/PrepareClientTrait.php +++ b/Test/PrepareClientTrait.php @@ -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 */