mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
BaseTestCase: Remove t
and mt
function declarations
This commit is contained in:
parent
58673b0b95
commit
3f447cb954
@ -1,23 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
namespace {
|
|
||||||
|
|
||||||
if (!function_exists('t')) {
|
|
||||||
function t()
|
|
||||||
{
|
|
||||||
return func_get_arg(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!function_exists('mt')) {
|
|
||||||
function mt()
|
|
||||||
{
|
|
||||||
return func_get_arg(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Icinga\Test {
|
namespace Icinga\Test {
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user