]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/languages/bootstrap.php
Merge pull request #976 from ArthurHoaro/hotfix/url-parentheses
[github/shaarli/Shaarli.git] / tests / languages / bootstrap.php
CommitLineData
52b50310
A
1<?php
2if (! empty('UT_LOCALE')) {
3 setlocale(LC_ALL, getenv('UT_LOCALE'));
4}
5
6require_once 'vendor/autoload.php';
7