mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
This allow to create authenticated client with : ``` use Chill\MainBundle\Tests\TestHelper as MainTestHelper; class XYZTest extens WebTestCase { public function testABC() { $client = static::createClient(array(), MainTestHelper::getAuthenticatedClientOptions() ); //... } } ```