Julien Fastré 0daee1dd56 add helper method get authentication
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()
              );

      //...
   }

}

```
2015-02-23 21:45:09 +01:00
2015-02-22 21:49:54 +01:00
2015-02-16 18:09:04 +01:00
2015-01-30 18:00:31 +01:00
2015-02-22 21:49:54 +01:00
2014-11-26 12:22:44 +01:00
2015-02-22 21:49:54 +01:00
2015-02-22 21:49:54 +01:00
2015-02-22 21:49:54 +01:00
2015-02-22 21:49:54 +01:00
2015-01-21 22:21:45 +01:00
2014-10-11 15:11:42 +02:00
2014-12-04 18:01:03 +01:00
2014-11-14 16:13:46 +01:00

ChillMain

An app for social-profit organisations

Build Status

Issues

Please refer to https://redmine.champs-libres.coop/projects/chillmain/issues

Documentation & installation

Read documentation here : http://chill.readthedocs.org

Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%