diff --git a/module/screen/test/model/addcomponentlist.php b/module/screen/test/model/addcomponentlist.php new file mode 100644 index 0000000000..889913b4f0 --- /dev/null +++ b/module/screen/test/model/addcomponentlist.php @@ -0,0 +1,17 @@ +#!/usr/bin/env php +addComponentList(); +timeout=0 +cid=1 + +*/ + +global $app; +$screen = new screenTest(); +$scheme = file_get_contents($app->moduleRoot . 'screen/json/screen.json'); +$scheme = json_decode($scheme);