]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/languages/bootstrap.php
95609210f30ec1f66c17fa97c3196a63a01119a2
[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