]> git.immae.eu Git - github/shaarli/Shaarli.git/blame_incremental - tests/languages/bootstrap.php
Isso plugin: add an icon in linklist if enabled
[github/shaarli/Shaarli.git] / tests / languages / bootstrap.php
... / ...
CommitLineData
1<?php
2require_once 'tests/bootstrap.php';
3
4if (! empty(getenv('UT_LOCALE'))) {
5 setlocale(LC_ALL, getenv('UT_LOCALE'));
6}