ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
{
11
16
public
function
getInsertQuery
($table_name)
17
{
18
return
"INSERT INTO `"
. $table_name .
"`
19
(`id`,`is_online`,`is_default`,`latitude`,`longitude`,`elevation`,`address`,`init_mob_id`,`comment_mob_id`,`container_id`)
20
VALUES
21
(58,1,0,47.05983,7.624028,2.56,'Farbweg 9, 3400 Burgdorf',78,69,456);"
;
22
}
23
}
php
An exception for terminatinating execution or to throw for unit testing.
ilDatabaseCommonTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabaseCommonTestMockData.php:9
ilDatabaseMySQLTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabaseMySQLTestMockData.php:10
ilDatabaseMySQLTestMockData\getInsertQuery
getInsertQuery($table_name)
Definition:
class.ilDatabaseMySQLTestMockData.php:16
Services
Database
test
Implementations
data
MySQL
class.ilDatabaseMySQLTestMockData.php
Generated on Thu Oct 2 2025 19:01:48 for ILIAS by
1.9.4 (using
Doxyfile
)