ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilDatabaseMySQLTestMockData.php
Go to the documentation of this file.
1
<?
php
2
require_once(
'./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestMockData.php'
);
3
9
class
ilDatabaseMySQLTestMockData
extends
ilDatabaseCommonTestMockData
{
10
15
public
function
getInsertQuery
($table_name) {
16
return
"INSERT INTO `"
. $table_name .
"`
17
(`id`,`is_online`,`is_default`,`latitude`,`longitude`,`elevation`,`address`,`init_mob_id`,`comment_mob_id`,`container_id`)
18
VALUES
19
(58,1,0,47.05983,7.624028,2.56,'Farbweg 9, 3400 Burgdorf',78,69,456);"
;
20
}
21
}
php
An exception for terminatinating execution or to throw for unit testing.
ilDatabaseCommonTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabaseCommonTestMockData.php:8
ilDatabaseMySQLTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabaseMySQLTestMockData.php:9
ilDatabaseMySQLTestMockData\getInsertQuery
getInsertQuery($table_name)
Definition:
class.ilDatabaseMySQLTestMockData.php:15
Services
Database
test
Implementations
data
MySQL
class.ilDatabaseMySQLTestMockData.php
Generated on Fri Oct 31 2025 19:01:04 for ILIAS by
1.9.4 (using
Doxyfile
)