1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Working on tests

This commit is contained in:
Hillel Coren 2017-01-10 13:16:37 +02:00
parent 04ed02d0d5
commit ccac8b3bc9
2 changed files with 3 additions and 1 deletions

View File

@ -540,6 +540,8 @@ if (!defined('APP_NAME'))
];
define('CACHED_TABLES', serialize($cachedTables));
// TODO remove these translation functions
function uctrans($text)
{
return ucwords(trans($text));

View File

@ -361,5 +361,5 @@ if (Utils::isNinjaDev())
}
*/
// Include static constants
// Include static app constants
require_once app_path() . '/Constants.php';