7 lines
138 B
PHP
7 lines
138 B
PHP
<?php
|
|
|
|
return array(
|
|
// in tests we do not use 'today' to make tests results deterministic
|
|
'CustomVariables.today' => 'today',
|
|
);
|