mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
04ed02d0d5
commit
ccac8b3bc9
@ -540,6 +540,8 @@ if (!defined('APP_NAME'))
|
|||||||
];
|
];
|
||||||
define('CACHED_TABLES', serialize($cachedTables));
|
define('CACHED_TABLES', serialize($cachedTables));
|
||||||
|
|
||||||
|
|
||||||
|
// TODO remove these translation functions
|
||||||
function uctrans($text)
|
function uctrans($text)
|
||||||
{
|
{
|
||||||
return ucwords(trans($text));
|
return ucwords(trans($text));
|
||||||
|
@ -361,5 +361,5 @@ if (Utils::isNinjaDev())
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Include static constants
|
// Include static app constants
|
||||||
require_once app_path() . '/Constants.php';
|
require_once app_path() . '/Constants.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user