mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-31 21:19:19 +00:00
Move scripts to separate dirs.
This commit is contained in:
12
resources/install/scripts/resources/tests/self_test.lua
Normal file
12
resources/install/scripts/resources/tests/self_test.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local Cache = require 'resources.functions.cache'
|
||||
local Database = require 'resources.functions.database'
|
||||
|
||||
Database.__self_test__({
|
||||
"native",
|
||||
"luasql",
|
||||
"odbc",
|
||||
"odbcpool",
|
||||
},
|
||||
"system")
|
||||
|
||||
Cache._self_test()
|
||||
Reference in New Issue
Block a user