mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
fixed wrong JSON-Mapping for GUIOptions
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
* Authors: Werner Masik <werner@gefi.at>,
|
||||
*/
|
||||
|
||||
|
||||
|
||||
require_once(__DIR__.'/../../config/vilesci.config.inc.php');
|
||||
require_once(__DIR__.'/../../include/functions.inc.php');
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
||||
require_once('../../config/vilesci.config.inc.php');
|
||||
require_once('../../include/functions.inc.php');
|
||||
|
||||
class FunctionsTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user