aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/languages/bootstrap.php
blob: da6ac2e4e2ed3c86bec9d8a615cfd6b8ff4496a3 (plain) (blame)
1
2
3
4
5
6
<?php
require_once 'tests/bootstrap.php';

if (! empty(getenv('UT_LOCALE'))) {
    setlocale(LC_ALL, getenv('UT_LOCALE'));
}