]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/languages/bootstrap.php
Merge pull request #750 from ArthurHoaro/feature/intl-dates
[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