diff --git a/module/screen/test/model/preparecarddataset.php b/module/screen/test/model/preparecarddataset.php new file mode 100644 index 0000000000..cb3c1b63c6 --- /dev/null +++ b/module/screen/test/model/preparecarddataset.php @@ -0,0 +1,20 @@ +#!/usr/bin/env php +prepareCardDataset(); +timeout=0 +cid=1 + +*/ + +$screen = new screenTest(); +$component1 = new stdclass(); +$component1->type = 'card'; +$component1->option = new stdclass(); + +$component2 = clone $component1; +$component2->styles = 1;