mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 23:16:28 +02:00
Cache handler test added. Cache handler getLastError() method added.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<?php exit;<!-- tablestyle: style=default id=wm --><div>Get Started</div>
|
@@ -0,0 +1,5 @@
|
||||
<?php exit;array (
|
||||
'most_members_online' => 4,
|
||||
'most_guests_online' => 4,
|
||||
'most_online_datestamp' => 1534279911,
|
||||
)
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"status": "not needed"
|
||||
}
|
18
e107_tests/tests/_data/ecache/db/online.php_
Normal file
18
e107_tests/tests/_data/ecache/db/online.php_
Normal file
@@ -0,0 +1,18 @@
|
||||
array (
|
||||
'_FIELD_TYPES' =>
|
||||
array (
|
||||
'online_timestamp' => 'int',
|
||||
'online_flag' => 'int',
|
||||
'online_user_id' => 'escape',
|
||||
'online_ip' => 'escape',
|
||||
'online_location' => 'escape',
|
||||
'online_pagecount' => 'int',
|
||||
'online_active' => 'int',
|
||||
'online_agent' => 'escape',
|
||||
'online_language' => 'escape',
|
||||
),
|
||||
'_NOTNULL' =>
|
||||
array (
|
||||
'online_location' => '',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user