]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/languages/bootstrap.php
Doc: mention Docker docs in the download & install page
[github/shaarli/Shaarli.git] / tests / languages / bootstrap.php
1 <?php
2 if (! empty('UT_LOCALE')) {
3 setlocale(LC_ALL, getenv('UT_LOCALE'));
4 }
5
6 require_once 'vendor/autoload.php';
7