mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-05 17:01:24 +00:00
0daee1dd5632344c4632429732d0dcabe010b0f4
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()
);
//...
}
}
```
ChillMain
An app for social-profit organisations
Issues
Please refer to https://redmine.champs-libres.coop/projects/chillmain/issues
Documentation & installation
Read documentation here : http://chill.readthedocs.org
Languages
PHP
77.9%
Twig
10.1%
Vue
7.2%
JavaScript
2.9%
TypeScript
1.1%
Other
0.8%
