This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/tests/ktentity/createFromArray.php

14 lines
249 B
PHP
Raw Permalink Normal View History

<?php
require_once("../../config/dmsDefaults.php");
require_once(KT_LIB_DIR . "/help/helpreplacement.inc.php");
error_reporting(E_ALL);
KTHelpReplacement::createFromArray(array(
'name' => 'foo',
'description' => 'asdf qwer czxv',
));
?>