diff --git a/www/admin/class_test.db.single.php b/www/admin/class_test.db.single.php
index 03cb6efe..256dc902 100644
--- a/www/admin/class_test.db.single.php
+++ b/www/admin/class_test.db.single.php
@@ -53,6 +53,18 @@ if (($dbh = $db->dbGetDbh()) instanceof \PgSql\Connection) {
print "NO DB HANDLER
";
}
+/**
+ * Undocumented function
+ *
+ * @param \CoreLibs\DB\IO $dbc
+ * @return void
+ */
+function testDBS(\CoreLibs\DB\IO $dbc): void
+{
+ echo "Int call
";
+ $dbc->dbReturnRow("SELECT test FROM test_foo LIMIT 1");
+}
+
$uniqid = \CoreLibs\Create\Uids::uniqIdShort();
$binary_data = $db->dbEscapeBytea(file_get_contents('class_test.db.php') ?: '');
$query_params = [
@@ -110,6 +122,8 @@ if (is_array($res)) {
var_dump($res);
}
+testDBS($db);
+
print "