aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/languages/bootstrap.php
blob: 95609210f30ec1f66c17fa97c3196a63a01119a2 (plain) (blame)
1
2
3
4
5
6
7
<?php
if (! empty('UT_LOCALE')) {
    setlocale(LC_ALL, getenv('UT_LOCALE'));
}

require_once 'vendor/autoload.php';