ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilDatabaseMySQLTestMockData.php
Go to the documentation of this file.
1<?php
2require_once('./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestMockData.php');
3
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilDatabaseCommonTestMockData.
Class ilDatabaseCommonTestMockData.